pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/mysql57-client mysql57-client: Disable compi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9561796f0a6f
branches:  trunk
changeset: 374991:9561796f0a6f
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Feb 01 23:01:38 2018 +0000

description:
mysql57-client: Disable compiler detection on SunOS.

diffstat:

 databases/mysql57-client/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5d4d6d749aa9 -r 9561796f0a6f databases/mysql57-client/Makefile.common
--- a/databases/mysql57-client/Makefile.common  Thu Feb 01 23:01:19 2018 +0000
+++ b/databases/mysql57-client/Makefile.common  Thu Feb 01 23:01:38 2018 +0000
@@ -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 @@
 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