aboutsummaryrefslogtreecommitdiff
path: root/textproc/mxml
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-07-15 04:52:12 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-07-15 04:52:12 +0000
commit26f283671c7601c3f12cf9e189f71b986b5699d9 (patch)
treed2ee3a1682c69d890ce73275d0497322d0905ec0 /textproc/mxml
parentd244a54472242eac7e7ddb92969dd97a3b8cbc18 (diff)
downloadports-26f283671c7601c3f12cf9e189f71b986b5699d9.tar.gz
ports-26f283671c7601c3f12cf9e189f71b986b5699d9.zip
Notes
Diffstat (limited to 'textproc/mxml')
-rw-r--r--textproc/mxml/files/patch-libtool2215
1 files changed, 15 insertions, 0 deletions
diff --git a/textproc/mxml/files/patch-libtool22 b/textproc/mxml/files/patch-libtool22
new file mode 100644
index 000000000000..d71df8100ed9
--- /dev/null
+++ b/textproc/mxml/files/patch-libtool22
@@ -0,0 +1,15 @@
+--- Makefile.in.orig 2009-07-14 23:48:58.000000000 -0500
++++ Makefile.in 2009-07-14 23:49:34.000000000 -0500
+@@ -59,10 +59,10 @@
+ # Install commands...
+ #
+
+-INSTALL_BIN = $(LIBTOOL) $(INSTALL) -m 755 -s
++INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -m 755 -s
+ INSTALL_DATA = $(INSTALL) -m 644
+ INSTALL_DIR = $(INSTALL) -d
+-INSTALL_LIB = $(LIBTOOL) $(INSTALL) -m 755
++INSTALL_LIB = $(LIBTOOL) --mode=install $(INSTALL) -m 755
+ INSTALL_MAN = $(INSTALL) -m 644
+ INSTALL_SCRIPT = $(INSTALL) -m 755
+