summaryrefslogtreecommitdiff
path: root/multimedia/totem-pl-parser/patches
diff options
context:
space:
mode:
authorjperkin <jperkin>2013-02-22 20:42:40 +0000
committerjperkin <jperkin>2013-02-22 20:42:40 +0000
commite613cc2b6d1854a5d17e06e077c273ed0a553cad (patch)
tree0705ef0df034528f231ee30b3e1ccdec234975b6 /multimedia/totem-pl-parser/patches
parent1cb967f6938b1e04a76fdfe1e1d1842ed19ac49a (diff)
downloadpkgsrc-e613cc2b6d1854a5d17e06e077c273ed0a553cad.tar.gz
Fix build with non-GNU linkers.
Diffstat (limited to 'multimedia/totem-pl-parser/patches')
-rw-r--r--multimedia/totem-pl-parser/patches/patch-plparse_Makefile.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/multimedia/totem-pl-parser/patches/patch-plparse_Makefile.in b/multimedia/totem-pl-parser/patches/patch-plparse_Makefile.in
new file mode 100644
index 00000000000..832fe190d6a
--- /dev/null
+++ b/multimedia/totem-pl-parser/patches/patch-plparse_Makefile.in
@@ -0,0 +1,24 @@
+$NetBSD: patch-plparse_Makefile.in,v 1.1 2013/02/22 20:42:40 jperkin Exp $
+
+Fix build with non-GNU linkers.
+
+--- plparse/Makefile.in.orig 2012-09-18 09:45:40.000000000 +0000
++++ plparse/Makefile.in
+@@ -515,8 +515,6 @@ libtotem_plparser_la_LIBADD = \
+
+ libtotem_plparser_la_LDFLAGS = \
+ -version-info $(PLPARSER_LT_VERSION) \
+- -export-symbols $(srcdir)/plparser.symbols \
+- -no-undefined \
+ $(CODE_COVERAGE_LDFLAGS) \
+ $(AM_LDFLAGS)
+
+@@ -567,8 +565,6 @@ libtotem_plparser_mini_la_LIBADD = \
+
+ libtotem_plparser_mini_la_LDFLAGS = \
+ -version-info $(PLPARSER_LT_VERSION) \
+- -export-symbols $(srcdir)/plparser-mini.symbols \
+- -no-undefined \
+ $(CODE_COVERAGE_LDFLAGS) \
+ $(AM_LDFLAGS)
+