svn commit: r557756 - head/accessibility/gammy
Mark Linimon
linimon at FreeBSD.org
Fri Dec 11 18:05:15 UTC 2020
Author: linimon
Date: Fri Dec 11 18:05:14 2020
New Revision: 557756
URL: https://svnweb.freebsd.org/changeset/ports/557756
Log:
Add compiler:c++11-lang to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option -std=gnu++1z
Approved by: portmgr (tier-2 blanket)
Modified:
head/accessibility/gammy/Makefile
Modified: head/accessibility/gammy/Makefile
==============================================================================
--- head/accessibility/gammy/Makefile Fri Dec 11 17:46:40 2020 (r557755)
+++ head/accessibility/gammy/Makefile Fri Dec 11 18:05:14 2020 (r557756)
@@ -10,7 +10,7 @@ COMMENT= Adaptive screen brightness and temperature fo
LICENSE= GPLv3
-USES= gl qmake qt:5 xorg
+USES= compiler:c++11-lang gl qmake qt:5 xorg
USE_QT= core dbus gui widgets \
buildtools_build qmake_build
USE_GL= gl
More information about the svn-ports-head
mailing list