diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:35:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-14 10:35:26 +0000 |
commit | 7bed1b926b027b3dab1f04e90485f20a8bc0549c (patch) | |
tree | 8bbd3dcadd01be9bb0c668a81fa8d032bf6e2b01 /sysutils | |
parent | Remove 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/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} \ |