From a9a7bc32be0f8566bfaaf30c67e680c161c767c9 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 16 Mar 2019 08:00:15 +0000 Subject: Fix build on gcc-based architectures: cc1plus: error: unrecognized command line option "-std=gnu++11" While here, add gl to USES in accordance with new practice. --- graphics/phototonic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/phototonic') diff --git a/graphics/phototonic/Makefile b/graphics/phototonic/Makefile index 71519674071f..d974e79001ef 100644 --- a/graphics/phototonic/Makefile +++ b/graphics/phototonic/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexiv2.so:graphics/exiv2 -USES= desktop-file-utils gettext qmake qt:5 +USES= compiler:c++11-lang desktop-file-utils gettext gl qmake qt:5 USE_GITHUB= yes GH_ACCOUNT= oferkv USE_GL= gl -- cgit v1.2.3