From 25bc2eabe344a16f5a4df084a4996c5b358c385b Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 1 Sep 2020 18:46:42 +0000 Subject: Force -fcommon for the time being, fixing the code looks impractical. This is to fix the build against modern compilers (Clang 11, GCC 10). Reported by: pkg-fallout --- misc/geekcode/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/geekcode') diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index 74ab62c402ca..b4298c4f9a67 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -12,7 +12,7 @@ COMMENT= Geek Code Generator LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -fcommon" PLIST_FILES= bin/geekcode PORTDOCS= geekcode.txt -- cgit v1.2.3