pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia/totem-pl-parser totem-pl-parser: Remove uns...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2a46d17555d1
branches: trunk
changeset: 442031:2a46d17555d1
user: nia <nia%pkgsrc.org@localhost>
date: Tue Nov 17 11:39:10 2020 +0000
description:
totem-pl-parser: Remove unsupported linker args on SunOS/Darwin
diffstat:
multimedia/totem-pl-parser/Makefile | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 478c08e89894 -r 2a46d17555d1 multimedia/totem-pl-parser/Makefile
--- a/multimedia/totem-pl-parser/Makefile Tue Nov 17 11:35:19 2020 +0000
+++ b/multimedia/totem-pl-parser/Makefile Tue Nov 17 11:39:10 2020 +0000
@@ -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 @@
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