Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Aug 2020 19:40:27 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546676 - head/games/atris
Message-ID:  <202008271940.07RJeRHp080947@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271940.07RJeRHp080947>