1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

games/mahjong: fix build on GCC architectures

New glib needs newer GCC.
This commit is contained in:
Piotr Kubaj 2020-11-04 00:23:33 +00:00
parent f7ba7681db
commit 8332409780
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554041

View File

@ -12,7 +12,7 @@ COMMENT= Networked Mah Jong program, together with a computer player
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}"