diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-14 18:35:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-14 18:35:26 +0800 |
commit | 1f66d50398dafdd27af23b8af369fe3f15901966 (patch) | |
tree | 8bbd3dcadd01be9bb0c668a81fa8d032bf6e2b01 /sysutils | |
parent | 1a508c4650c768f959ac452d5463f096ea525684 (diff) | |
download | freebsd-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/Makefile | 4 |
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} \ |