From 66c59c4196f5931f49599b8452ed078e23de51df Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sun, 24 Mar 2019 07:08:59 +0000 Subject: [PATCH] Fix build on gcc-based architectures by adding compiler:c++11-lang to USES. PR: 236712 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) --- comms/cwstudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comms/cwstudio/Makefile b/comms/cwstudio/Makefile index d4b185797a77..aa63202fabfc 100644 --- a/comms/cwstudio/Makefile +++ b/comms/cwstudio/Makefile @@ -11,7 +11,7 @@ COMMENT= Multichannel portable Morse code signals generator LICENSE= GPLv3+ -USES+= ncurses +USES= compiler:c++11-lang ncurses USE_WX= 3.0+ GNU_CONFIGURE= yes