diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-25 23:31:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-25 23:31:58 +0000 |
commit | 859c9aecc2f34f862215dee7779d71b03cb00f96 (patch) | |
tree | 450301740e8ca137d3cdaae48b39fd5dbbc8f00d /textproc/mxml/patches | |
parent | cea5716b9a1d2e754238df528824238fd653dd99 (diff) | |
download | pkgsrc-859c9aecc2f34f862215dee7779d71b03cb00f96.tar.gz |
Call libtool always with --mode. Honour the strip settings of pkgsrc.
Diffstat (limited to 'textproc/mxml/patches')
-rw-r--r-- | textproc/mxml/patches/patch-aa | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/textproc/mxml/patches/patch-aa b/textproc/mxml/patches/patch-aa index 2e84a16e3a2..742ecf60e13 100644 --- a/textproc/mxml/patches/patch-aa +++ b/textproc/mxml/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2009/11/15 13:58:20 drochner Exp $ +$NetBSD: patch-aa,v 1.3 2009/11/25 23:31:58 joerg Exp $ --- Makefile.in.orig 2008-12-06 05:20:38.000000000 +0100 +++ Makefile.in @@ -11,6 +11,19 @@ $NetBSD: patch-aa,v 1.2 2009/11/15 13:58:20 drochner Exp $ LIBS = @LIBS@ @PTHREAD_LIBS@ LN = @LN@ -s MKDIR = @MKDIR@ +@@ -59,10 +59,10 @@ BUILDROOT = $(DSTROOT) + # Install commands... + # + +-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s ++INSTALL_BIN = $(LIBTOOL) --mode=install $(BSD_INSTALL_PROGRAM) + INSTALL_DATA = $(INSTALL) -m 644 + INSTALL_DIR = $(INSTALL) -d +-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755 ++INSTALL_LIB = $(LIBTOOL) --mode=install $(BSD_INSTALL_LIB) + INSTALL_MAN = $(INSTALL) -m 644 + INSTALL_SCRIPT = $(INSTALL) -m 755 + @@ -133,7 +133,7 @@ clang: # Install everything... # |