summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-09-13 13:13:31 +0000
committernia <nia@pkgsrc.org>2019-09-13 13:13:31 +0000
commit9b966a0d29eecae7a325a68ad59bbab6840e431a (patch)
treefa260fe9cd4c534dbea82a1d776544e62f3ee000 /emulators
parentaed7dd0cf4d58c01716c5bf0a4c9de2740276716 (diff)
downloadpkgsrc-9b966a0d29eecae7a325a68ad59bbab6840e431a.tar.gz
xm8: fails with newer C++ standard, force c++03
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xm8/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xm8/Makefile b/emulators/xm8/Makefile
index a5317030133..f562d0d93dd 100644
--- a/emulators/xm8/Makefile
+++ b/emulators/xm8/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/09/07 00:36:34 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2019/09/13 13:13:31 nia Exp $
VERSION= 1.70
DISTNAME= xm8_${VERSION:S/.//}
@@ -17,7 +17,7 @@ EXTRACT_DIR= ${WRKDIR}/${DISTNAME}
WRKSRC= ${EXTRACT_DIR}
USE_TOOLS+= gmake unzip
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
NO_CONFIGURE= YES
INSTALLATION_DIRS+= bin share/doc/xm8