pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/xm8
Module Name: pkgsrc
Committed By: nia
Date: Fri Sep 13 13:13:31 UTC 2019
Modified Files:
pkgsrc/emulators/xm8: Makefile
Log Message:
xm8: fails with newer C++ standard, force c++03
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/xm8/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/xm8/Makefile
diff -u pkgsrc/emulators/xm8/Makefile:1.1 pkgsrc/emulators/xm8/Makefile:1.2
--- pkgsrc/emulators/xm8/Makefile:1.1 Sat Sep 7 00:36:34 2019
+++ pkgsrc/emulators/xm8/Makefile Fri Sep 13 13:13:31 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index