svn commit: r546676 - head/games/atris

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 19:40:28 UTC 2020


Author: tcberner
Date: Thu Aug 27 19:40:27 2020
New Revision: 546676
URL: https://svnweb.freebsd.org/changeset/ports/546676

Log:
  games/atris: fix build on recent current

Modified:
  head/games/atris/Makefile

Modified: head/games/atris/Makefile
==============================================================================
--- head/games/atris/Makefile	Thu Aug 27 19:38:58 2020	(r546675)
+++ head/games/atris/Makefile	Thu Aug 27 19:40:27 2020	(r546676)
@@ -21,6 +21,8 @@ CONFIGURE_ARGS=	--program-transform-name=""
 
 MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
 		AUTOHEADER="${TRUE}"
+# Upstream is dead. Don't expect a proper fix.
+CFLAGS+=	-fcommon
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list