pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/openttd Requires c++0x to configure correctly. (...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e688190263c
branches: trunk
changeset: 365531:0e688190263c
user: dholland <dholland%pkgsrc.org@localhost>
date: Wed Jul 19 00:18:05 2017 +0000
description:
Requires c++0x to configure correctly. (otherwise it silently gets wrong
answers and then plotzes in the build)
diffstat:
games/openttd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e1c6a49c0be7 -r 0e688190263c games/openttd/Makefile
--- a/games/openttd/Makefile Tue Jul 18 23:05:14 2017 +0000
+++ b/games/openttd/Makefile Wed Jul 19 00:18:05 2017 +0000
@@ -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 @@
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