svn commit: r546382 - head/games/alex4

Tobias C. Berner tcberner at FreeBSD.org
Thu Aug 27 17:53:21 UTC 2020


Author: tcberner
Date: Thu Aug 27 17:53:20 2020
New Revision: 546382
URL: https://svnweb.freebsd.org/changeset/ports/546382

Log:
  games/alex4: fix build on recent current

Modified:
  head/games/alex4/Makefile

Modified: head/games/alex4/Makefile
==============================================================================
--- head/games/alex4/Makefile	Thu Aug 27 17:51:44 2020	(r546381)
+++ head/games/alex4/Makefile	Thu Aug 27 17:53:20 2020	(r546382)
@@ -28,6 +28,9 @@ MAKE_JOBS_UNSAFE=yes
 
 USES=	dos2unix gmake zip
 
+# Upstream seems dead. Don't expect a proper fix.
+CFLAGS+=	-fcommon
+
 post-patch:
 	@${REINPLACE_CMD} \
 		-e 's,%%STAGEDIR%%,${STAGEDIR},g' \


More information about the svn-ports-head mailing list