aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-08-25 00:55:54 +0800
committermarcus <marcus@FreeBSD.org>2008-08-25 00:55:54 +0800
commit4a063b4d1c14de008ba6b42cada65397b196d8d8 (patch)
treec51509efbca95afc7eae2b95708d950b569d1c12 /Mk
parent9fa8b8b479b9695fba4e4d03c5c53e2b31cfaad0 (diff)
downloadfreebsd-ports-gnome-4a063b4d1c14de008ba6b42cada65397b196d8d8.tar.gz
freebsd-ports-gnome-4a063b4d1c14de008ba6b42cada65397b196d8d8.tar.zst
freebsd-ports-gnome-4a063b4d1c14de008ba6b42cada65397b196d8d8.zip
If any of the libtool hacks are used, set an empty ac_cv_path_DOLT_BASH
variable to prevent a bash script from being used to wrap libtool. If the wrapper is used, none of the lthacks actually have any effect.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index 6e714bf6394c..fc9674b0aaea 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -666,6 +666,7 @@ PLIST_SUB+= GTK2_VERSION="${GTK2_VERSION}"
# we rely on some bsd.autotools.mk variables, and bsd.autotools.mk is
# included in the post-makefile section).
.if defined(AUTOTOOL_libtool)
+lthacks_CONFIGURE_ENV= ac_cv_path_DOLT_BASH=
lthacks_PRE_PATCH= ${CP} -pf ${LTMAIN} ${WRKDIR}/gnome-ltmain.sh && \
${CP} -pf ${LIBTOOL} ${WRKDIR}/gnome-libtool && \
for file in ${LIBTOOLFILES}; do \