aboutsummaryrefslogtreecommitdiff
path: root/emulators/pearpc/Makefile
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-08-18 12:44:13 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2017-08-18 12:44:13 +0000
commit502922cc241b9f87a7c44c741b073f3254f1d86f (patch)
tree47866f3cc943881aa7be59854e69d4fe3343fd3e /emulators/pearpc/Makefile
parent76da550b62e9fc8eee42ef758ba994a695cba55f (diff)
downloadports-502922cc241b9f87a7c44c741b073f3254f1d86f.tar.gz
ports-502922cc241b9f87a7c44c741b073f3254f1d86f.zip
Notes
Diffstat (limited to 'emulators/pearpc/Makefile')
-rw-r--r--emulators/pearpc/Makefile2
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