pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/mysql80-cluster



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue May  6 09:38:26 UTC 2025

Modified Files:
        pkgsrc/databases/mysql80-cluster: Makefile.common

Log Message:
mysql80-cluster: remove unused SOEXT


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/mysql80-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/mysql80-cluster/Makefile.common
diff -u pkgsrc/databases/mysql80-cluster/Makefile.common:1.3 pkgsrc/databases/mysql80-cluster/Makefile.common:1.4
--- pkgsrc/databases/mysql80-cluster/Makefile.common:1.3        Mon Apr 21 16:29:29 2025
+++ pkgsrc/databases/mysql80-cluster/Makefile.common    Tue May  6 09:38:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2025/04/21 16:29:29 wiz Exp $
+# $NetBSD: Makefile.common,v 1.4 2025/05/06 09:38:26 wiz Exp $
 #
 # used by databases/mysql-cluster/Makefile
 
@@ -134,12 +134,6 @@ SUBST_MESSAGE.scr= Fixing scripts.
 # 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