svn commit: r546722 - head/games/bygfoot

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 11:19:53 UTC 2020


Author: tcberner
Date: Fri Aug 28 11:19:52 2020
New Revision: 546722
URL: https://svnweb.freebsd.org/changeset/ports/546722

Log:
  games/bygfoot: fix build on recent current and deprecate

Modified:
  head/games/bygfoot/Makefile

Modified: head/games/bygfoot/Makefile
==============================================================================
--- head/games/bygfoot/Makefile	Fri Aug 28 11:17:13 2020	(r546721)
+++ head/games/bygfoot/Makefile	Fri Aug 28 11:19:52 2020	(r546722)
@@ -23,4 +23,9 @@ USE_GNOME=	gtk20
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib -lm
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list