diff options
author | linimon <linimon@FreeBSD.org> | 2019-03-24 15:08:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-03-24 15:08:59 +0800 |
commit | 8e7908ca23da902a7245576a2de7583ca499c2a6 (patch) | |
tree | 22111c04ef97fb7a8d565777281a1f87a32135ac /comms | |
parent | 91974d4a5efac437a9a0629be05f393ab2ae78fc (diff) | |
download | freebsd-ports-gnome-8e7908ca23da902a7245576a2de7583ca499c2a6.tar.gz freebsd-ports-gnome-8e7908ca23da902a7245576a2de7583ca499c2a6.tar.zst freebsd-ports-gnome-8e7908ca23da902a7245576a2de7583ca499c2a6.zip |
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)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/cwstudio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |