1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Fix LLVM11 build.

Add -fcommon to fix LLVM11 build.

PR		251913
Submitted by:	cy
Reported by:	cy
Approved by:	maintainer timeout (hrs)
This commit is contained in:
Cy Schubert 2021-02-10 04:58:12 +00:00
parent 03016e1aef
commit 55012fcfad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564841

View File

@ -27,6 +27,7 @@ MAKE_ARGS+= INSTALL="${INSTALL}" \
REFDIR=${REFDIR} \
ROOT=${STAGEDIR}
MAKEFILE= makefile
CFLAGS+= -fcommon
PLIST_SUB= LIBEXECDIR=libexec/${PORTNAME}
MACDIR?= ${DATADIR}/tmac