svn commit: r516600 - head/games/iqpuzzle
Mark Linimon
linimon at FreeBSD.org
Sun Nov 3 21:34:41 UTC 2019
Author: linimon
Date: Sun Nov 3 21:34:40 2019
New Revision: 516600
URL: https://svnweb.freebsd.org/changeset/ports/516600
Log:
Fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=gnu++11"
Approved by: portmgr (tier-2 blanket)
Modified:
head/games/iqpuzzle/Makefile
Modified: head/games/iqpuzzle/Makefile
==============================================================================
--- head/games/iqpuzzle/Makefile Sun Nov 3 21:23:52 2019 (r516599)
+++ head/games/iqpuzzle/Makefile Sun Nov 3 21:34:40 2019 (r516600)
@@ -11,7 +11,7 @@ COMMENT= Diverting I.Q. challenging pentomino puzzle
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= gl qmake qt:5
+USES= compiler:c++11-lang gl qmake qt:5
USE_GITHUB= yes
GH_ACCOUNT= ElTh0r0
USE_QT= core gui widgets buildtools_build
More information about the svn-ports-all
mailing list