svn commit: r555077 - in head/sysutils: cfengine312 cfengine313 cfengine314 cfengine315

Cy Schubert cy at FreeBSD.org
Sat Nov 14 05:09:51 UTC 2020


Author: cy
Date: Sat Nov 14 05:09:49 2020
New Revision: 555077
URL: https://svnweb.freebsd.org/changeset/ports/555077

Log:
  Fix build under LLVM11.

Modified:
  head/sysutils/cfengine312/Makefile   (contents, props changed)
  head/sysutils/cfengine313/Makefile   (contents, props changed)
  head/sysutils/cfengine314/Makefile   (contents, props changed)
  head/sysutils/cfengine315/Makefile   (contents, props changed)

Modified: head/sysutils/cfengine312/Makefile
==============================================================================
--- head/sysutils/cfengine312/Makefile	Sat Nov 14 05:04:16 2020	(r555076)
+++ head/sysutils/cfengine312/Makefile	Sat Nov 14 05:09:49 2020	(r555077)
@@ -31,7 +31,7 @@ GNU_CONFIGURE=	yes
 USES=		autoreconf cpe gmake gnome libtool localbase shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
-CFLAGS+=	-Wno-return-type
+CFLAGS+=	-Wno-return-type -fcommon
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 MAKE_ENV=	EXPLICIT_VERSION=${PORTVERSION}

Modified: head/sysutils/cfengine313/Makefile
==============================================================================
--- head/sysutils/cfengine313/Makefile	Sat Nov 14 05:04:16 2020	(r555076)
+++ head/sysutils/cfengine313/Makefile	Sat Nov 14 05:09:49 2020	(r555077)
@@ -32,7 +32,7 @@ GNU_CONFIGURE=	yes
 USES=		autoreconf cpe gmake gnome libtool localbase shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
-CFLAGS+=	-Wno-return-type
+CFLAGS+=	-Wno-return-type -fcommon
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 MAKE_ENV=	EXPLICIT_VERSION=${PORTVERSION}

Modified: head/sysutils/cfengine314/Makefile
==============================================================================
--- head/sysutils/cfengine314/Makefile	Sat Nov 14 05:04:16 2020	(r555076)
+++ head/sysutils/cfengine314/Makefile	Sat Nov 14 05:09:49 2020	(r555077)
@@ -32,7 +32,7 @@ GNU_CONFIGURE=	yes
 USES=		autoreconf cpe gmake gnome libtool localbase shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
-CFLAGS+=	-Wno-return-type
+CFLAGS+=	-Wno-return-type -fcommon
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 MAKE_ENV=	EXPLICIT_VERSION=${PORTVERSION}

Modified: head/sysutils/cfengine315/Makefile
==============================================================================
--- head/sysutils/cfengine315/Makefile	Sat Nov 14 05:04:16 2020	(r555076)
+++ head/sysutils/cfengine315/Makefile	Sat Nov 14 05:09:49 2020	(r555077)
@@ -31,7 +31,7 @@ GNU_CONFIGURE=	yes
 USES=		autoreconf cpe gmake gnome libtool localbase shebangfix ssl
 USE_GNOME=	libxml2
 SHEBANG_FILES=	examples/remake_outputs.pl
-CFLAGS+=	-Wno-return-type
+CFLAGS+=	-Wno-return-type -fcommon
 # EXAMPLESDIR=	${PREFIX}/share/examples/cfengine3
 DOCSDIR=	${PREFIX}/share/doc/cfengine
 MAKE_ENV=	EXPLICIT_VERSION=${PORTVERSION}


More information about the svn-ports-head mailing list