diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-24 16:55:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-24 16:55:54 +0000 |
commit | 89cf99e9fd209b5739009d69f7f2bb8c0d7d7f22 (patch) | |
tree | 69168c4e78d162abb23c8c24f5ca92df6196a6b0 /Mk/bsd.gnome.mk | |
parent | d8f5981a64c0cb95279030c3de8d0881d69e639d (diff) | |
download | ports-89cf99e9fd209b5739009d69f7f2bb8c0d7d7f22.tar.gz ports-89cf99e9fd209b5739009d69f7f2bb8c0d7d7f22.zip |
Notes
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 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 \ |