pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/libmediainfo
Module Name: pkgsrc
Committed By: abs
Date: Tue Nov 25 11:30:35 UTC 2025
Modified Files:
pkgsrc/multimedia/libmediainfo: Makefile
Log Message:
Simplify SHLIB_TYPE check
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/multimedia/libmediainfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/multimedia/libmediainfo/Makefile
diff -u pkgsrc/multimedia/libmediainfo/Makefile:1.10 pkgsrc/multimedia/libmediainfo/Makefile:1.11
--- pkgsrc/multimedia/libmediainfo/Makefile:1.10 Thu Mar 10 15:05:05 2022
+++ pkgsrc/multimedia/libmediainfo/Makefile Tue Nov 25 11:30:34 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/03/10 15:05:05 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2025/11/25 11:30:34 abs Exp $
.include "../../multimedia/mediainfo/Makefile.common"
@@ -22,7 +22,7 @@ LIBTOOL_OVERRIDE+= ${CONFIGURE_DIRS}/lib
.include "../../mk/bsd.prefs.mk"
# Enable shared library
-.if empty(SHLIB_TYPE:Mnone)
+.if ${SHLIB_TYPE} != none
CONFIGURE_ARGS+= --enable-shared
.endif
Home |
Main Index |
Thread Index |
Old Index