From 7bed1b926b027b3dab1f04e90485f20a8bc0549c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 14 Sep 2013 10:35:26 +0000 Subject: Fix build with clang, remove now useless USE_GCC=any --- sysutils/cfengine35/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils') 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} \ -- cgit v1.2.3