diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 12:58:34 +0000 |
commit | d32714f4af055b4595f6a8d47e2cdbf066539f1f (patch) | |
tree | 129f59c831442347e16677b0930fa5747c496c23 /sysutils/cfengine36 | |
parent | f2f24d761ef2be4965b7d31a44504ac7d53c8c48 (diff) | |
download | ports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.tar.gz ports-d32714f4af055b4595f6a8d47e2cdbf066539f1f.zip |
Notes
Diffstat (limited to 'sysutils/cfengine36')
-rw-r--r-- | sysutils/cfengine36/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/cfengine36/Makefile b/sysutils/cfengine36/Makefile index a780ef732b7e..f9981e862dcb 100644 --- a/sysutils/cfengine36/Makefile +++ b/sysutils/cfengine36/Makefile @@ -30,8 +30,7 @@ MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= cpe gmake libtool -USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env +USES= autoreconf cpe gmake libtool CFLAGS+= -Wno-return-type CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -64,7 +63,4 @@ MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql LIBVIRT_CONFIGURE_ON= --with-libvirt=${LOCALBASE} LIBVIRT_LIB_DEPENDS+= libvirt.so:${PORTSDIR}/devel/libvirt -pre-configure: - @cd ${WRKSRC}; autoreconf -Wno-portability --force --install -I m4 - .include <bsd.port.mk> |