aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-08-25 01:24:33 +0800
committermarcus <marcus@FreeBSD.org>2008-08-25 01:24:33 +0800
commiteb95c75c70732f03e3c244f85f008f9650e1d017 (patch)
tree990757a439c5543a0429436311fd6e1b848e8c13 /Mk/bsd.gnome.mk
parent112379131684099cd57d1c77b1a8663e7841fd3f (diff)
downloadfreebsd-ports-gnome-eb95c75c70732f03e3c244f85f008f9650e1d017.tar.gz
freebsd-ports-gnome-eb95c75c70732f03e3c244f85f008f9650e1d017.tar.zst
freebsd-ports-gnome-eb95c75c70732f03e3c244f85f008f9650e1d017.zip
Make sure the CONFIGURE_ENV is updated for all lthacks.
Diffstat (limited to 'Mk/bsd.gnome.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 fc9674b0aaea..67963e6e4573 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -709,6 +709,7 @@ ltasneededhack_PRE_PATCH= if [ -f ${WRKDIR}/gnome-libtool ]; then \
.ifdef _USE_GNOME
. if ${USE_GNOME:Mltverhack*}!= "" || ${USE_GNOME:Mltasneededhack}!= ""
GNOME_PRE_PATCH+= ${lthacks_PRE_PATCH}
+CONFIGURE_ENV+= ${lthacks_CONFIGURE_ENV}
. endif
. for component in ${_USE_GNOME_ALL}
. if ${_USE_GNOME:M${component}}!=""