aboutsummaryrefslogtreecommitdiff
path: root/emulators/pearpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/pearpc/Makefile')
-rw-r--r--emulators/pearpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pearpc/Makefile b/emulators/pearpc/Makefile
index dab5f1dca665..c6bdf6a02732 100644
--- a/emulators/pearpc/Makefile
+++ b/emulators/pearpc/Makefile
@@ -33,7 +33,7 @@ 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
+USE_CXXSTD= gnu++98
.else
CONFIGURE_ARGS+= --enable-cpu=generic
.endif