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/df52d870fb02
branches:  trunk
changeset: 412364:df52d870fb02
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 77d474aa6358 -r df52d870fb02 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