pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql56-client



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Feb  1 23:01:19 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/mysql56-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/mysql56-client/Makefile.common
diff -u pkgsrc/databases/mysql56-client/Makefile.common:1.44 pkgsrc/databases/mysql56-client/Makefile.common:1.45
--- pkgsrc/databases/mysql56-client/Makefile.common:1.44        Tue Jan 16 16:27:12 2018
+++ pkgsrc/databases/mysql56-client/Makefile.common     Thu Feb  1 23:01:19 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.44 2018/01/16 16:27:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.45 2018/02/01 23:01:19 jperkin Exp $
 #
 # used by databases/mysql56-client/Makefile
 # used by databases/mysql56-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