pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/xm8 xm8: fails with newer C++ standard, forc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/098ee2789a7e
branches: trunk
changeset: 401239:098ee2789a7e
user: nia <nia%pkgsrc.org@localhost>
date: Fri Sep 13 13:13:31 2019 +0000
description:
xm8: fails with newer C++ standard, force c++03
diffstat:
emulators/xm8/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2793119dbbe7 -r 098ee2789a7e emulators/xm8/Makefile
--- a/emulators/xm8/Makefile Fri Sep 13 12:57:54 2019 +0000
+++ b/emulators/xm8/Makefile Fri Sep 13 13:13:31 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index