aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-14 18:35:26 +0800
committerbapt <bapt@FreeBSD.org>2013-09-14 18:35:26 +0800
commit1f66d50398dafdd27af23b8af369fe3f15901966 (patch)
tree8bbd3dcadd01be9bb0c668a81fa8d032bf6e2b01 /sysutils
parent1a508c4650c768f959ac452d5463f096ea525684 (diff)
downloadfreebsd-ports-gnome-1f66d50398dafdd27af23b8af369fe3f15901966.tar.gz
freebsd-ports-gnome-1f66d50398dafdd27af23b8af369fe3f15901966.tar.zst
freebsd-ports-gnome-1f66d50398dafdd27af23b8af369fe3f15901966.zip
Fix build with clang, remove now useless USE_GCC=any
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} \