svn commit: r546371 - head/graphics/acidwarp-sdl
Tobias C. Berner
tcberner at FreeBSD.org
Thu Aug 27 17:15:13 UTC 2020
Author: tcberner
Date: Thu Aug 27 17:15:12 2020
New Revision: 546371
URL: https://svnweb.freebsd.org/changeset/ports/546371
Log:
grahpics/acidwarp-sdl: fix build on recent current
Modified:
head/graphics/acidwarp-sdl/Makefile
Modified: head/graphics/acidwarp-sdl/Makefile
==============================================================================
--- head/graphics/acidwarp-sdl/Makefile Thu Aug 27 17:14:24 2020 (r546370)
+++ head/graphics/acidwarp-sdl/Makefile Thu Aug 27 17:15:12 2020 (r546371)
@@ -17,6 +17,9 @@ GH_ACCOUNT= dreamlayers
GH_PROJECT= acidwarp
GH_TAGNAME= 698c4e1
+# Fix build on recent current (clang11)
+CFLAGS+= -fcommon
+
PORTSCOUT= skipv:svgalib-port,original,old-sdl-port
PLIST_FILES= bin/acidwarp \
More information about the svn-ports-all
mailing list