pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/totem-pl-parser
Module Name: pkgsrc
Committed By: nia
Date: Tue Nov 17 11:39:10 UTC 2020
Modified Files:
pkgsrc/multimedia/totem-pl-parser: Makefile
Log Message:
totem-pl-parser: Remove unsupported linker args on SunOS/Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/multimedia/totem-pl-parser/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/totem-pl-parser/Makefile
diff -u pkgsrc/multimedia/totem-pl-parser/Makefile:1.76 pkgsrc/multimedia/totem-pl-parser/Makefile:1.77
--- pkgsrc/multimedia/totem-pl-parser/Makefile:1.76 Thu Nov 5 09:07:03 2020
+++ pkgsrc/multimedia/totem-pl-parser/Makefile Tue Nov 17 11:39:10 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2020/11/05 09:07:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.77 2020/11/17 11:39:10 nia Exp $
DISTNAME= totem-pl-parser-3.26.5
PKGREVISION= 1
@@ -24,6 +24,13 @@ PYTHON_FOR_BUILD_ONLY= tool
PKGCONFIG_OVERRIDE+= totem-plparser-mini.pc.in
PKGCONFIG_OVERRIDE+= totem-plparser.pc.in
+# Remove unsupported linker arguments.
+# Apply removals to post-wrapper transformed arguments.
+BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--version-script
+BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,${WRKSRC}/plparse/plparser.map
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,${WRKSRC}/plparse/plparser.map
+
.include "../../devel/meson/build.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index