summaryrefslogtreecommitdiff
path: root/mk/buildlink3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-04 09:52:04 +0000
committerwiz <wiz@pkgsrc.org>2004-07-04 09:52:04 +0000
commit36ccfca8254ef3a626c2f715efd50912a8894a06 (patch)
tree38791c2125e3beb34b20e99217ccfc214eed8a77 /mk/buildlink3
parent0ddc5bd083c828374e26ddffd7790bbf3a141bb6 (diff)
downloadpkgsrc-36ccfca8254ef3a626c2f715efd50912a8894a06.tar.gz
Handle --execute the same way as --install (not modifying the arguments).
Needed to convert inputmethods/xcin to bl3. Idea from jlam.
Diffstat (limited to 'mk/buildlink3')
-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