aboutsummaryrefslogtreecommitdiffstats
path: root/security/nettle
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-12-19 06:47:56 +0800
committerbapt <bapt@FreeBSD.org>2011-12-19 06:47:56 +0800
commit0f08b76e3478e3fab1d23da59cb4ba1e08384081 (patch)
tree60444f8ece47f78bdb337e5b12b75fae53034f82 /security/nettle
parentb5115d10ff3366f703aaffd0578011d934f83c98 (diff)
downloadfreebsd-ports-gnome-0f08b76e3478e3fab1d23da59cb4ba1e08384081.tar.gz
freebsd-ports-gnome-0f08b76e3478e3fab1d23da59cb4ba1e08384081.tar.zst
freebsd-ports-gnome-0f08b76e3478e3fab1d23da59cb4ba1e08384081.zip
Fix build on CURRENT using m4 -g instead of m4
Approved by: johans
Diffstat (limited to 'security/nettle')
-rw-r--r--security/nettle/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile
index f49cae4fbfd0..eb43f5983d4a 100644
--- a/security/nettle/Makefile
+++ b/security/nettle/Makefile
@@ -25,6 +25,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
USE_GMAKE= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV+= M4="/usr/bin/m4 -g"
CONFIGURE_ARGS= --enable-shared
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"