Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2020 21:49:12 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559034 - head/games/hitori
Message-ID:  <202012232149.0BNLnC4d016664@repo.freebsd.org>

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



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