svn commit: r559034 - head/games/hitori

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 23 21:49:12 UTC 2020


Author: pkubaj
Date: Wed Dec 23 21:49:12 2020
New Revision: 559034
URL: https://svnweb.freebsd.org/changeset/ports/559034

Log:
  games/hitori: fix build on GCC architectures
  
  Checking for function "atexit" : NO

Modified:
  head/games/hitori/Makefile

Modified: head/games/hitori/Makefile
==============================================================================
--- head/games/hitori/Makefile	Wed Dec 23 21:43:09 2020	(r559033)
+++ head/games/hitori/Makefile	Wed Dec 23 21:49:12 2020	(r559034)
@@ -19,7 +19,8 @@ BUILD_DEPENDS=	itstool:textproc/itstool \
 
 PORTSCOUT=	limitw:1,even
 
-USES=		gettext gmake gnome localbase meson pathfix pkgconfig tar:xz
+USES=		compiler:c11 gettext gmake gnome localbase meson pathfix \
+		pkgconfig tar:xz
 USE_GNOME=	cairo gtk30 librsvg2 libxml2:build
 INSTALLS_ICONS=	yes
 


More information about the svn-ports-head mailing list