pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/mysql75-cluster
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 6 09:40:08 UTC 2025
Modified Files:
pkgsrc/databases/mysql75-cluster: Makefile.common
Log Message:
mysql75-cluster: remove unused SOEXT
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/mysql75-cluster/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/mysql75-cluster/Makefile.common
diff -u pkgsrc/databases/mysql75-cluster/Makefile.common:1.5 pkgsrc/databases/mysql75-cluster/Makefile.common:1.6
--- pkgsrc/databases/mysql75-cluster/Makefile.common:1.5 Mon Apr 21 16:29:29 2025
+++ pkgsrc/databases/mysql75-cluster/Makefile.common Tue May 6 09:40:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2025/04/21 16:29:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.6 2025/05/06 09:40:08 wiz Exp $
#
DISTNAME= mysql-cluster-gpl-7.5.25
@@ -113,12 +113,6 @@ SUBST_FILES.fixpaths= ${DESTDIR}${PREFIX
SUBST_SED.fixpaths= -e "s,${WRAPPER_BINDIR}/gcc,${CCPATH},g"
SUBST_SED.fixpaths+= -e "s,${WRAPPER_BINDIR}/g++,${CXXPATH},g"
-.if ${SHLIB_TYPE} == "dylib"
-SOEXT= "dylib"
-.else
-SOEXT= "so"
-.endif
-
CMAKE_CONFIGURE_ARGS+= -DWITH_EDITLINE=bundled
# Remove internal boost. Even though external boost is detected, the build might fail.
Home |
Main Index |
Thread Index |
Old Index