From fb3d244eabf221f0e656d57eb06c4b4bb0e559dd Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 14 Oct 2004 15:21:25 +0000 Subject: 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.) --- security/libfwbuilder/patches/patch-ac | 12 ++++++++++++ security/libfwbuilder/patches/patch-ad | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 security/libfwbuilder/patches/patch-ac create mode 100644 security/libfwbuilder/patches/patch-ad (limited to 'security/libfwbuilder/patches') 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) -- cgit v1.2.3