summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-14 10:35:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-14 10:35:26 +0000
commit7bed1b926b027b3dab1f04e90485f20a8bc0549c (patch)
tree8bbd3dcadd01be9bb0c668a81fa8d032bf6e2b01 /sysutils
parentRemove USE_GCC=any (clang builds it just fine) (diff)
Fix build with clang, remove now useless USE_GCC=any
Notes
Notes: svn path=/head/; revision=327260
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cfengine35/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cfengine35/Makefile b/sysutils/cfengine35/Makefile
index 47d57dc462de..9593c5e4fae9 100644
--- a/sysutils/cfengine35/Makefile
+++ b/sysutils/cfengine35/Makefile
@@ -24,8 +24,8 @@ USE_RC_SUBR= cf-execd cf-serverd
USE_LDCONFIG= yes
USE_OPENSSL= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GCC= any
+USES= gmake
+CFLAGS+= -Wno-return-type
# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3
DOCSDIR= ${PREFIX}/share/doc/cfengine
CONFIGURE_ARGS= --docdir=${DOCSDIR} \