summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2004-07-04 09:52:04 +0000
committerwiz <wiz>2004-07-04 09:52:04 +0000
commit98aa85005f6a3ca2ef9d6e8a314faae2be9b9e15 (patch)
tree38791c2125e3beb34b20e99217ccfc214eed8a77
parent72202b0df3e14897b25453bf04bbaff84e3578f4 (diff)
downloadpkgsrc-98aa85005f6a3ca2ef9d6e8a314faae2be9b9e15.tar.gz
Handle --execute the same way as --install (not modifying the arguments).
Needed to convert inputmethods/xcin to bl3. Idea from jlam.
-rw-r--r--mk/buildlink3/libtool.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/libtool.sh b/mk/buildlink3/libtool.sh
index 60f070bcfa6..2faa1d1a0fe 100644
--- a/mk/buildlink3/libtool.sh
+++ b/mk/buildlink3/libtool.sh
@@ -1,6 +1,6 @@
#!@BUILDLINK_SHELL@
#
-# $NetBSD: libtool.sh,v 1.17 2004/03/30 17:25:19 jlam Exp $
+# $NetBSD: libtool.sh,v 1.18 2004/07/04 09:52:04 wiz Exp $
Xsed='@SED@ -e 1s/^X//'
sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
@@ -102,7 +102,7 @@ cmd="@WRAPPEE@"
ldflags=
libs=
case $mode in
-install)
+execute|install)
#
# We're doing libtool installation, so just quote all of the
# command-line arguments and append them to $cmd. We don't worry