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:   jperkin
Date:           Thu Feb  1 23:01:39 UTC 2018

Modified Files:
        pkgsrc/databases/mysql57-client: Makefile.common

Log Message:
mysql57-client: Disable compiler detection on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/databases/mysql57-client/Makefile.common:1.10
--- pkgsrc/databases/mysql57-client/Makefile.common:1.9 Tue Jan 16 16:29:41 2018
+++ pkgsrc/databases/mysql57-client/Makefile.common     Thu Feb  1 23:01:38 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2018/01/16 16:29:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.10 2018/02/01 23:01:38 jperkin Exp $
 #
 # used by databases/mysql57-client/Makefile
 # used by databases/mysql57-server/Makefile
@@ -85,6 +85,8 @@ CFLAGS+=              -fPIC -DPIC
 CXXFLAGS+=             -fPIC -DPIC
 .endif
 
+CMAKE_ARGS.SunOS+=     -DFORCE_UNSUPPORTED_COMPILER=YES
+
 # Force HAVE_CURSES_H on Solaris since the configure script is broken
 # and does not properly detect this, breaking the build later on.  Also
 # explicitly disable epoll support as it is Linux-specific.



Home | Main Index | Thread Index | Old Index