diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-24 17:24:33 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-24 17:24:33 +0000 |
commit | b1cd681a01c1628c0df330aa52809333d7f2dfc5 (patch) | |
tree | 56f9b4eef31b49c2e2c1059d35e09eb2a37ae27d /Mk/bsd.gnome.mk | |
parent | 0bf07e950099fd7eb2b7d8ee795aee09ef7b26a8 (diff) |
Make sure the CONFIGURE_ENV is updated for all lthacks.
Notes
Notes:
svn path=/head/; revision=219089
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r-- | Mk/bsd.gnome.mk | 1 |
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}}!="" |