diff options
Diffstat (limited to 'print/pdflib/patches/patch-ad')
-rw-r--r-- | print/pdflib/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/print/pdflib/patches/patch-ad b/print/pdflib/patches/patch-ad new file mode 100644 index 00000000000..d3530c287f6 --- /dev/null +++ b/print/pdflib/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.3 2009/09/09 16:50:07 joerg Exp $ + +--- pdflib/Makefile.in.orig 2009-09-09 18:39:52.000000000 +0200 ++++ pdflib/Makefile.in +@@ -119,7 +119,7 @@ install: dummy + @-if test "$(WITH_SHARED)" = "no"; then \ + cp .libs/libpdf.la .libs/libpdf.lai;\ + fi +- $(LIBTOOL) $(INSTALL_DATA) $(LIBPDF).la $(libdir); ++ $(LIBTOOL) --mode=install $(INSTALL_DATA) $(LIBPDF).la $(libdir); + @-if test "$(WITH_SHARED)" = "yes"; then \ + $(LIBTOOL) -n --finish $(libdir);\ + else\ |