diff options
author | John Marino <marino@FreeBSD.org> | 2015-04-10 19:04:19 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-04-10 19:04:19 +0000 |
commit | 637a8c132c00b0a80516e047b765c3e3d102957c (patch) | |
tree | 06a641c9a5c34f159616bdc9d331dbee9985118e /math/gambit | |
parent | Unbreak these by mirroring distfiles on MASTER_SITE_LOCAL. (diff) |
Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflags
The breakage was a result of moving wxgtk30 to c++11 from c++01
Diffstat (limited to 'math/gambit')
-rw-r--r-- | math/gambit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/gambit/Makefile b/math/gambit/Makefile index 0a7ac062fcd6..5894b003ecd0 100644 --- a/math/gambit/Makefile +++ b/math/gambit/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 USES= compiler:c++11-lib USE_GNOME= gtk20 USE_WX= 3.0 +USE_CXXSTD= c+=11 WX_CONF_ARGS= absolute WX_UNICODE= yes GNU_CONFIGURE= yes |