summaryrefslogtreecommitdiff
path: root/print/pdflib-lite/patches/patch-ab
blob: 6e752d1226558b8a66340ba141c1e595af439be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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\