Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 00:23:34 +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: r554041 - head/games/mahjong
Message-ID:  <202011040023.0A40NYTJ006026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Nov  4 00:23:33 2020
New Revision: 554041
URL: https://svnweb.freebsd.org/changeset/ports/554041

Log:
  games/mahjong: fix build on GCC architectures
  
  New glib needs newer GCC.

Modified:
  head/games/mahjong/Makefile

Modified: head/games/mahjong/Makefile
==============================================================================
--- head/games/mahjong/Makefile	Wed Nov  4 00:15:21 2020	(r554040)
+++ head/games/mahjong/Makefile	Wed Nov  4 00:23:33 2020	(r554041)
@@ -12,7 +12,7 @@ COMMENT=	Networked Mah Jong program, together with a c
 
 LICENSE=	GPLv2+
 
-USES=		gmake gnome perl5 pkgconfig
+USES=		compiler:c++11-lang gmake gnome perl5 pkgconfig
 USE_GNOME=	gtk20
 USE_PERL5=	build
 MAKE_ENV=	CCLINK="${CC}" CDEBUGFLAGS="${CFLAGS}" PERL="${PERL}"



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