mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
487 B
Plaintext
14 lines
487 B
Plaintext
$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\
|