diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-24 23:46:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-24 23:46:36 +0800 |
commit | 1a2f79468e44ff4fb0b718c0ec25e128fdcda794 (patch) | |
tree | 8ab358943d9d17c2d4a8b70892b26c9ed36233fc /devel | |
parent | b4c088db730b6f3eba357a17fb0d6a42f9fca105 (diff) | |
download | freebsd-ports-gnome-1a2f79468e44ff4fb0b718c0ec25e128fdcda794.tar.gz freebsd-ports-gnome-1a2f79468e44ff4fb0b718c0ec25e128fdcda794.tar.zst freebsd-ports-gnome-1a2f79468e44ff4fb0b718c0ec25e128fdcda794.zip |
Fix configure not setting correctly the awk path is ac_cv_prog_AWK is cached
Reported by: miwi
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libcheck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile index fda3ac23456b..7a3f841a3962 100644 --- a/devel/libcheck/Makefile +++ b/devel/libcheck/Makefile @@ -15,6 +15,7 @@ LICENSE= LGPL21 OPTIONS_DEFINE= DOCS EXAMPLES #CONFIGURE_ARGS= --docdir=${DOCSDIR} +CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK} GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes |