1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Fix build on CURRENT using m4 -g instead of m4

Approved by:	johans
This commit is contained in:
Baptiste Daroussin 2011-12-18 22:47:56 +00:00
parent c42ac35de4
commit 91b4ed8d8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287628

View File

@ -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"