svn commit: r546814 - head/games/drm

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 19:57:05 UTC 2020


Author: tcberner
Date: Fri Aug 28 19:57:04 2020
New Revision: 546814
URL: https://svnweb.freebsd.org/changeset/ports/546814

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

Modified:
  head/games/drm/Makefile

Modified: head/games/drm/Makefile
==============================================================================
--- head/games/drm/Makefile	Fri Aug 28 19:55:12 2020	(r546813)
+++ head/games/drm/Makefile	Fri Aug 28 19:57:04 2020	(r546814)
@@ -13,6 +13,11 @@ COMMENT=	Very simple Tetris-style game
 ALL_TARGET=	bugs
 USES=		ncurses tar:Z
 
+CFLAGS+=		-fcommon
+
+EXPIRATION_DATE=	2020-09-30
+DEPRECATED=		Unmaintained and dead upstream
+
 OPTIONS_DEFINE=	DOCS
 
 do-install:


More information about the svn-ports-head mailing list