pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mysql57-client
Module Name: pkgsrc
Committed By: maya
Date: Sun Nov 25 18:30:03 UTC 2018
Modified Files:
pkgsrc/databases/mysql57-client: Makefile.common
Log Message:
mysql57*: bump netbsd/i386 to i586 for atomics.
reported by gdt in tech-pkg
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/mysql57-client/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/mysql57-client/Makefile.common
diff -u pkgsrc/databases/mysql57-client/Makefile.common:1.13 pkgsrc/databases/mysql57-client/Makefile.common:1.14
--- pkgsrc/databases/mysql57-client/Makefile.common:1.13 Thu Nov 22 16:14:53 2018
+++ pkgsrc/databases/mysql57-client/Makefile.common Sun Nov 25 18:30:03 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2018/11/22 16:14:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.14 2018/11/25 18:30:03 maya Exp $
#
# used by databases/mysql57-client/Makefile
# used by databases/mysql57-server/Makefile
@@ -70,10 +70,11 @@ CMAKE_ARGS+= -DDEFAULT_CHARSET=${MYSQL_
CMAKE_ARGS+= -DDEFAULT_COLLATION=${MYSQL_COLLATION:Q}
CMAKE_ARGS+= -DWITH_EXTRA_CHARSETS=${MYSQL_EXTRA_CHARSET:Q}
-# MySQL 5 depends on builtin functions enabled with i486 and later with GCC.
+
+# we need atomic builtins
.if ${OPSYS} == "NetBSD" && !empty(MACHINE_ARCH:Mi386)
-GNU_ARCH.i386= i486
-CFLAGS+= -march=i486
+GNU_ARCH.i386= i586
+CFLAGS+= -march=i586
.endif
CPPFLAGS+= -Dunix
Home |
Main Index |
Thread Index |
Old Index