diff options
author | dholland <dholland@pkgsrc.org> | 2017-07-19 00:18:05 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2017-07-19 00:18:05 +0000 |
commit | b98baa82932d37fef90344e7c62a016c0d0d2fe5 (patch) | |
tree | a4d8e20cce4a18c418643c2041c45360242fb4a3 /games | |
parent | 973588573053ce2d5452fbfffb8cdbd81d60ffe7 (diff) | |
download | pkgsrc-b98baa82932d37fef90344e7c62a016c0d0d2fe5.tar.gz |
Requires c++0x to configure correctly. (otherwise it silently gets wrong
answers and then plotzes in the build)
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 49db9e9564d..4ea5f10b20c 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -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 Tycoon Deluxe 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 |