pkgsrc-WIP-changes archive

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

mariadb104-client: remove blatantly wrong CMAKE_ARGS



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Apr 29 13:24:13 2021 +0200
Changeset:	1e5f05394163bc2cb2cfc2ea29e421015571f66b

Modified Files:
	mariadb104-client/Makefile.common

Log Message:
mariadb104-client: remove blatantly wrong CMAKE_ARGS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e5f05394163bc2cb2cfc2ea29e421015571f66b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mariadb104-client/Makefile.common | 7 -------
 1 file changed, 7 deletions(-)

diffs:
diff --git a/mariadb104-client/Makefile.common b/mariadb104-client/Makefile.common
index 4630ec3f61..9ce06e56b4 100644
--- a/mariadb104-client/Makefile.common
+++ b/mariadb104-client/Makefile.common
@@ -91,13 +91,6 @@ CMAKE_ARGS+=		-DTOKUDB_OK=OFF
 CMAKE_ARGS+=		-DDTRACE_FLAGS="-${ABI}"
 .endif
 
-# Override some configure bits that are not correct (fixes groonga)
-.if ${OPSYS} == "SunOS"
-CMAKE_ARGS+=		-DHAVE_NETINET_TCP_H=ON
-CMAKE_ARGS+=		-D_XPG4_2=1
-CMAKE_ARGS+=		-D__EXTENSIONS__=1
-.endif
-
 CPPFLAGS.NetBSD+=	-D_NETBSD_SOURCE
 
 CPPFLAGS.SunOS+=	-fPIC


Home | Main Index | Thread Index | Old Index