svn commit: r546403 - head/games/apoolGL

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 18:42:54 UTC 2020


Author: tcberner
Date: Thu Aug 27 18:42:54 2020
New Revision: 546403
URL: https://svnweb.freebsd.org/changeset/ports/546403

Log:
  games/apoolGL: fix build on recent current

Modified:
  head/games/apoolGL/Makefile

Modified: head/games/apoolGL/Makefile
==============================================================================
--- head/games/apoolGL/Makefile	Thu Aug 27 18:42:30 2020	(r546402)
+++ head/games/apoolGL/Makefile	Thu Aug 27 18:42:54 2020	(r546403)
@@ -17,6 +17,8 @@ USES=		dos2unix gl sdl
 USE_SDL=	sdl
 USE_GL=		gl
 DOS2UNIX_FILES=	ApoolGL.txt
+# Seems dead upstream. Don't expect a proper fix.
+CFLAGS+=	-fcommon
 
 PORTDOCS=	ApoolGL.txt CHANGELOG OpenGL-Features
 


More information about the svn-ports-head mailing list