pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/fallingtime fallingtime: Use c99



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bf212290d7d5
branches:  trunk
changeset: 413177:bf212290d7d5
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Mar 16 10:10:59 2020 +0000

description:
fallingtime: Use c99

diffstat:

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

diffs (18 lines):

diff -r 2b8b914f40dc -r bf212290d7d5 games/fallingtime/Makefile
--- a/games/fallingtime/Makefile        Mon Mar 16 09:48:58 2020 +0000
+++ b/games/fallingtime/Makefile        Mon Mar 16 10:10:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 16:49:36 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/16 10:10:59 nia Exp $
 
 DISTNAME=      fallingtime-1.0.2
 PKGREVISION=   1
@@ -15,7 +15,7 @@
 WRKSRC=                ${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 c++
 
 CMAKE_ARGS+=   -DINSTALL_PREFIX=${PREFIX}/libexec
 CMAKE_ARGS+=   -DINSTALL_DATA_PREFIX=${PREFIX}/share/fallingtime



Home | Main Index | Thread Index | Old Index