diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-02-01 23:01:38 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-02-01 23:01:38 +0000 |
commit | 5665ac807be06058fd0907c215b4e939835e3799 (patch) | |
tree | 5a014b379dfd883cc3ff4bdd182bd810eb99b187 /databases | |
parent | 77f01e30eabd0ed88306f1a370f958486f4da2d4 (diff) | |
download | pkgsrc-5665ac807be06058fd0907c215b4e939835e3799.tar.gz |
mysql57-client: Disable compiler detection on SunOS.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql57-client/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/mysql57-client/Makefile.common b/databases/mysql57-client/Makefile.common index d6ff64aec1e..3234e3c06e1 100644 --- a/databases/mysql57-client/Makefile.common +++ b/databases/mysql57-client/Makefile.common @@ -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. |