diff options
author | nia <nia@pkgsrc.org> | 2021-05-30 16:33:29 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-30 16:33:29 +0000 |
commit | 922ff69268eced9187023ffc28fbec97ddedd4a8 (patch) | |
tree | 689103e62d36f670286e7365cd2047f9df914128 /databases/mariadb105-client | |
parent | 7a806a958b6fd75850310bbc8721ab3d14cc309e (diff) | |
download | pkgsrc-922ff69268eced9187023ffc28fbec97ddedd4a8.tar.gz |
mariadb*: cmake does not CPPFLAGS
Diffstat (limited to 'databases/mariadb105-client')
-rw-r--r-- | databases/mariadb105-client/Makefile.common | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/mariadb105-client/Makefile.common b/databases/mariadb105-client/Makefile.common index dc364f6f532..e70e031d3b5 100644 --- a/databases/mariadb105-client/Makefile.common +++ b/databases/mariadb105-client/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2021/05/25 11:18:26 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.5 2021/05/30 16:33:30 nia Exp $ # # used by databases/mariadb105-client/Makefile # used by databases/mariadb105-server/Makefile @@ -84,9 +84,7 @@ CMAKE_ARGS+= -DTOKUDB_OK=OFF CMAKE_ARGS+= -DDTRACE_FLAGS="-${ABI}" .endif -CPPFLAGS.NetBSD+= -D_NETBSD_SOURCE - -CPPFLAGS.SunOS+= -fPIC +CFLAGS.SunOS+= -fPIC REPLACE_PERL+= scripts/mytop.sh REPLACE_PERL+= sql-bench/*.sh |