From 6e581336ecd5911ace517dbfa480f6297f37fe30 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 15 Mar 2019 00:22:02 +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 modern usage. Approved by: portmgr (tier-2 blanket) --- deskutils/znotes/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils/znotes') diff --git a/deskutils/znotes/Makefile b/deskutils/znotes/Makefile index fa29520ed806..7547b72388a1 100644 --- a/deskutils/znotes/Makefile +++ b/deskutils/znotes/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE FLAVORS= qt5 qt4 FLAVOR?= ${FLAVORS:[1]} -USES= qmake +USES= compiler:c++11-lang gl qmake USE_GL= gl USE_GITHUB= yes -- cgit v1.2.3