pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/openttd openttd: needs alloca, use gnu++11



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3426644586a
branches:  trunk
changeset: 424114:d3426644586a
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 05 12:57:41 2020 +0000

description:
openttd: needs alloca, use gnu++11

diffstat:

 games/openttd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 269399dee662 -r d3426644586a games/openttd/Makefile
--- a/games/openttd/Makefile    Thu Mar 05 12:52:32 2020 +0000
+++ b/games/openttd/Makefile    Thu Mar 05 12:57:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2019/09/18 18:27:11 nia Exp $
+# $NetBSD: Makefile,v 1.83 2020/03/05 12:57:41 nia Exp $
 
 DISTNAME=      openttd-1.9.3-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -13,7 +13,7 @@
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 HAS_CONFIGURE= yes
-USE_LANGUAGES= c c++11
+USE_LANGUAGES= c gnu++11
 USE_TOOLS+=    gmake pkg-config
 BUILD_DEFS+=   VARBASE
 BUILD_TARGET=  bundle



Home | Main Index | Thread Index | Old Index