svn commit: r546384 - head/games/alienarena
Tobias C. Berner
tcberner at FreeBSD.org
Thu Aug 27 17:56:11 UTC 2020
Author: tcberner
Date: Thu Aug 27 17:56:10 2020
New Revision: 546384
URL: https://svnweb.freebsd.org/changeset/ports/546384
Log:
games/alienware: fix build on recent current
Modified:
head/games/alienarena/Makefile
Modified: head/games/alienarena/Makefile
==============================================================================
--- head/games/alienarena/Makefile Thu Aug 27 17:53:29 2020 (r546383)
+++ head/games/alienarena/Makefile Thu Aug 27 17:56:10 2020 (r546384)
@@ -26,6 +26,9 @@ CONFIGURE_ARGS+=--with-xf86vm \
--with-xf86dga \
--with-system-libode
+# Fix build with clang11
+CFLAGS+= -fcommon
+
EXTRACT_AFTER_ARGS= --exclude "data1"
MAKE_ENV= WITH_DATADIR=yes WITH_LIBDIR=yes \
More information about the svn-ports-all
mailing list