pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d4d6d749aa9
branches:  trunk
changeset: 374990:5d4d6d749aa9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Feb 01 23:01:19 2018 +0000

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

diffstat:

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

diffs (18 lines):

diff -r 9256b746c07e -r 5d4d6d749aa9 databases/mysql56-client/Makefile.common
--- a/databases/mysql56-client/Makefile.common  Thu Feb 01 22:20:22 2018 +0000
+++ b/databases/mysql56-client/Makefile.common  Thu Feb 01 23:01:19 2018 +0000
@@ -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 @@
 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