mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
14 lines
551 B
Plaintext
14 lines
551 B
Plaintext
$NetBSD: patch-ab,v 1.4 2011/02/08 11:25:58 adam 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 $(BSD_INSTALL_LIB) $(MAINLIBNAME) $(DESTDIR)$(libdir);
|
|
@-if test "$(WITH_SHARED)" = "yes"; then \
|
|
$(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\
|
|
else\
|