summaryrefslogtreecommitdiff
path: root/security/libfwbuilder/patches
diff options
context:
space:
mode:
authortv <tv>2004-10-14 15:21:25 +0000
committertv <tv>2004-10-14 15:21:25 +0000
commitfb3d244eabf221f0e656d57eb06c4b4bb0e559dd (patch)
treeeacaef07ae039dddacac79a23c5d93a64e6c8b3f /security/libfwbuilder/patches
parentb82af846b8f695d7d99013447fa813e579c026d9 (diff)
downloadpkgsrc-fb3d244eabf221f0e656d57eb06c4b4bb0e559dd.tar.gz
You're going to install those .la files, and you're going to like it, Mister.
(Fixes build breakage because the .la files are needed by the new libtoolize-plist logic.)
Diffstat (limited to 'security/libfwbuilder/patches')
-rw-r--r--security/libfwbuilder/patches/patch-ac12
-rw-r--r--security/libfwbuilder/patches/patch-ad12
2 files changed, 24 insertions, 0 deletions
diff --git a/security/libfwbuilder/patches/patch-ac b/security/libfwbuilder/patches/patch-ac
new file mode 100644
index 00000000000..b2967db480f
--- /dev/null
+++ b/security/libfwbuilder/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2004/10/14 15:21:25 tv Exp $
+
+--- src/fwbuilder/Makefile.in.orig 2004-10-14 11:18:44.000000000 -0400
++++ src/fwbuilder/Makefile.in
+@@ -293,7 +293,6 @@ depend:
+ install_lib: libfwbuilder.la
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
+ $(LTINSTALL) -c $(INSTALL_STRIP) libfwbuilder.la $(DESTDIR)$(libdir)
+- rm -f $(DESTDIR)$(libdir)/libfwbuilder.la
+
+ install_headers: $(HEADERS)
+ $(mkinstalldirs) $(DESTDIR)$(includedir)
diff --git a/security/libfwbuilder/patches/patch-ad b/security/libfwbuilder/patches/patch-ad
new file mode 100644
index 00000000000..8320bf81f11
--- /dev/null
+++ b/security/libfwbuilder/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2004/10/14 15:21:25 tv Exp $
+
+--- src/fwcompiler/Makefile.in.orig 2004-10-14 11:19:07.000000000 -0400
++++ src/fwcompiler/Makefile.in
+@@ -152,7 +152,6 @@ depend:
+ install_lib: libfwcompiler.la
+ $(mkinstalldirs) $(DESTDIR)$(libdir)
+ $(LTINSTALL) -c $(INSTALL_STRIP) libfwcompiler.la $(DESTDIR)$(libdir)
+- rm -f $(DESTDIR)$(libdir)/libfwcompiler.la
+
+ install_headers: $(HEADERS)
+ $(mkinstalldirs) $(DESTDIR)$(includedir)