summaryrefslogtreecommitdiff
path: root/print/pdflib-lite/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-11-25 23:58:01 +0000
committerjoerg <joerg@pkgsrc.org>2009-11-25 23:58:01 +0000
commit32963c2647476ad956a95e73cae7911f7688fda7 (patch)
treec83c7f27c5b32c49f10ad869678c551ed5c90783 /print/pdflib-lite/patches
parentdeddee74e0d3408005334267c505107c362fecd2 (diff)
downloadpkgsrc-32963c2647476ad956a95e73cae7911f7688fda7.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\