summaryrefslogtreecommitdiff
path: root/multimedia/gnash/patches/patch-libbase_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/gnash/patches/patch-libbase_Makefile.in')
-rw-r--r--multimedia/gnash/patches/patch-libbase_Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/gnash/patches/patch-libbase_Makefile.in b/multimedia/gnash/patches/patch-libbase_Makefile.in
new file mode 100644
index 00000000000..608c445c847
--- /dev/null
+++ b/multimedia/gnash/patches/patch-libbase_Makefile.in
@@ -0,0 +1,17 @@
+$NetBSD: patch-libbase_Makefile.in,v 1.1 2011/04/12 13:15:01 obache Exp $
+
+* let not to remove libtoo .la files, to maintain PLIST easier.
+
+--- libbase/Makefile.in.orig 2011-04-10 12:30:08.000000000 +0000
++++ libbase/Makefile.in
+@@ -1461,10 +1461,6 @@ mudflap:
+ @echo "Rebuilding with GCC Mudflap support"
+ $(MAKE) CXXFLAGS="$(CXXFLAGS) -fmudflap" LDFLAGS="$(LDFLAGS) -lmudflap"
+
+-# Remove libtool .la files
+-install-exec-hook:
+- $(RM) $(DESTDIR)$(libdir)/gnash/libgnashbase.la
+-
+ uninstall-local:
+ $(RM) $(DESTDIR)$(libdir)/gnash/libgnashbase-*.so
+