Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games easyrpg-player: Needs gcc5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c87b9c51701
branches:  trunk
changeset: 430385:6c87b9c51701
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Apr 30 13:12:46 2020 +0000

description:
easyrpg-player: Needs gcc5

diffstat:

 games/easyrpg-player/Makefile |  6 +++++-
 games/liblcf/Makefile         |  6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diffs (40 lines):

diff -r c9623f05ea06 -r 6c87b9c51701 games/easyrpg-player/Makefile
--- a/games/easyrpg-player/Makefile     Thu Apr 30 13:11:21 2020 +0000
+++ b/games/easyrpg-player/Makefile     Thu Apr 30 13:12:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/04/30 13:10:47 nia Exp $
+# $NetBSD: Makefile,v 1.10 2020/04/30 13:12:46 nia Exp $
 
 DISTNAME=      easyrpg-player-0.6.2
 CATEGORIES=    games
@@ -14,6 +14,10 @@
 USE_TOOLS+=    pkg-config gmake
 USE_LANGUAGES+=        c c++
 
+# "We require now the C++ language standard C++14.
+# The lowest GCC compiler supporting this fully is GCC5"
+GCC_REQD+=     5
+
 .include "options.mk"
 .include "../../audio/libxmp/buildlink3.mk"
 .include "../../audio/SDL2_mixer/buildlink3.mk"
diff -r c9623f05ea06 -r 6c87b9c51701 games/liblcf/Makefile
--- a/games/liblcf/Makefile     Thu Apr 30 13:11:21 2020 +0000
+++ b/games/liblcf/Makefile     Thu Apr 30 13:12:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/04/30 13:10:47 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/04/30 13:12:47 nia Exp $
 
 DISTNAME=      liblcf-0.6.2
 CATEGORIES=    games
@@ -14,6 +14,10 @@
 USE_LANGUAGES+=        c c++
 USE_LIBTOOL=   yes
 
+# "We require now the C++ language standard C++14.
+# The lowest GCC compiler supporting this fully is GCC5"
+GCC_REQD+=     5
+
 # Expat in pkgsrc is new enough, however, the version checking fails.
 # Remove the version requirement.
 SUBST_CLASSES+=                expat



Home | Main Index | Thread Index | Old Index