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: nia
Date: Thu Mar 5 12:57:42 UTC 2020
Modified Files:
pkgsrc/games/openttd: Makefile
Log Message:
openttd: needs alloca, use gnu++11
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 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.82 pkgsrc/games/openttd/Makefile:1.83
--- pkgsrc/games/openttd/Makefile:1.82 Wed Sep 18 18:27:11 2019
+++ pkgsrc/games/openttd/Makefile Thu Mar 5 12:57:41 2020
@@ -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 @@ LICENSE= gnu-gpl-v2
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