svn commit: r546687 - head/games/biniax2

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 20:34:49 UTC 2020


Author: tcberner
Date: Thu Aug 27 20:34:48 2020
New Revision: 546687
URL: https://svnweb.freebsd.org/changeset/ports/546687

Log:
  games/biniax2: fix build on recent current

Modified:
  head/games/biniax2/Makefile

Modified: head/games/biniax2/Makefile
==============================================================================
--- head/games/biniax2/Makefile	Thu Aug 27 20:33:30 2020	(r546686)
+++ head/games/biniax2/Makefile	Thu Aug 27 20:34:48 2020	(r546687)
@@ -20,6 +20,9 @@ USES=		dos2unix sdl
 DOS2UNIX_FILES=	biniax.c
 NO_WRKSUBDIR=	yes
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	*
 


More information about the svn-ports-head mailing list