pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/openttd
Module Name: pkgsrc
Committed By: dholland
Date: Wed Jul 19 00:18:05 UTC 2017
Modified Files:
pkgsrc/games/openttd: Makefile
Log Message:
Requires c++0x to configure correctly. (otherwise it silently gets wrong
answers and then plotzes in the build)
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/games/openttd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/openttd/Makefile
diff -u pkgsrc/games/openttd/Makefile:1.67 pkgsrc/games/openttd/Makefile:1.68
--- pkgsrc/games/openttd/Makefile:1.67 Wed Jun 28 18:18:36 2017
+++ pkgsrc/games/openttd/Makefile Wed Jul 19 00:18:05 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2017/06/28 18:18:36 adam Exp $
+# $NetBSD: Makefile,v 1.68 2017/07/19 00:18:05 dholland Exp $
DISTNAME= openttd-1.7.1-source
PKGNAME= ${DISTNAME:S/-source//}
@@ -12,7 +12,7 @@ COMMENT= Open source clone of Transport
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++0x
USE_TOOLS+= gmake pkg-config
BUILD_DEFS+= VARBASE
BUILD_TARGET= bundle
Home |
Main Index |
Thread Index |
Old Index