pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/mysql75-cluster



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 25 21:25:11 UTC 2023

Modified Files:
        pkgsrc/databases/mysql75-cluster: Makefile.common

Log Message:
mysql75-cluster: remove wrong 'used by' line and fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/databases/mysql75-cluster/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/mysql75-cluster/Makefile.common
diff -u pkgsrc/databases/mysql75-cluster/Makefile.common:1.1 pkgsrc/databases/mysql75-cluster/Makefile.common:1.2
--- pkgsrc/databases/mysql75-cluster/Makefile.common:1.1        Sun Apr 17 04:07:13 2022
+++ pkgsrc/databases/mysql75-cluster/Makefile.common    Thu May 25 21:25:11 2023
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile.common,v 1.1 2022/04/17 04:07:13 jnemeth Exp $
+# $NetBSD: Makefile.common,v 1.2 2023/05/25 21:25:11 wiz Exp $
 #
-# used by databases/mysql-cluster/Makefile
 
 DISTNAME=      mysql-cluster-gpl-7.5.25
 CATEGORIES=    databases
@@ -68,7 +67,7 @@ CMAKE_ARGS+=          -UWITH_UNIT_TESTS
 CMAKE_ARGS+=           -DWITH_SSL=system
 
 # MySQL 5 depends on builtin functions enabled with i486 and later with GCC.
-.if ${OPSYS} == "NetBSD" && !empty(MACHINE_ARCH:Mi386)
+.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == i386
 GNU_ARCH.i386=         i486
 CFLAGS+=               -march=i486
 .endif



Home | Main Index | Thread Index | Old Index