summaryrefslogtreecommitdiff
path: root/print/pdflib-lite/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2009-11-25 23:58:01 +0000
committerjoerg <joerg>2009-11-25 23:58:01 +0000
commit21b9f618064b69b98c69162d34095625d08b8c0c (patch)
treec83c7f27c5b32c49f10ad869678c551ed5c90783 /print/pdflib-lite/patches
parent191ea07965efa96012b0d3f8e55b3da5b89af7cc (diff)
downloadpkgsrc-21b9f618064b69b98c69162d34095625d08b8c0c.tar.gz
Always use --mode with libtool.
Diffstat (limited to 'print/pdflib-lite/patches')
-rw-r--r--print/pdflib-lite/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/print/pdflib-lite/patches/patch-ab b/print/pdflib-lite/patches/patch-ab
new file mode 100644
index 00000000000..6e752d12265
--- /dev/null
+++ b/print/pdflib-lite/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2009/11/25 23:58:01 joerg Exp $
+
+--- config/mkmainlib.inc.in.orig 2009-11-26 00:52:45.000000000 +0100
++++ config/mkmainlib.inc.in
+@@ -29,7 +29,7 @@ install:: $(MAINLIBNAME)
+ @-if test "$(WITH_SHARED)" = "no"; then \
+ cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\
+ fi
+- $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
++ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
+ @-if test "$(WITH_SHARED)" = "yes"; then \
+ $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\
+ else\