diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-08-18 12:44:13 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2017-08-18 12:44:13 +0000 |
commit | 502922cc241b9f87a7c44c741b073f3254f1d86f (patch) | |
tree | 47866f3cc943881aa7be59854e69d4fe3343fd3e /emulators/pearpc | |
parent | 76da550b62e9fc8eee42ef758ba994a695cba55f (diff) | |
download | ports-502922cc241b9f87a7c44c741b073f3254f1d86f.tar.gz ports-502922cc241b9f87a7c44c741b073f3254f1d86f.zip |
Notes
Diffstat (limited to 'emulators/pearpc')
-rw-r--r-- | emulators/pearpc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile index 041cb3396381..f53c97405d29 100644 --- a/emulators/pearpc/Makefile +++ b/emulators/pearpc/Makefile @@ -32,6 +32,8 @@ SDL_CONFIGURE_OFF= --enable-ui=x11 .if ${ARCH} == "amd64" || ${ARCH} == "i386" USE_GCC= yes +# The port does not build with C++11 or later (bug 219275). +USE_CXXSTD= gnu++03 .else CONFIGURE_ARGS+= --enable-cpu=generic .endif |