Fix build under LLVM11.

This commit is contained in:
Cy Schubert 2020-11-14 05:09:49 +00:00
parent 396f0dacd2
commit 5f0bf65eb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555077
4 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}