summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-04-30 13:12:46 +0000
committernia <nia@pkgsrc.org>2020-04-30 13:12:46 +0000
commita226733859813238a9dd913c4429c4cc242d348e (patch)
tree1b8cadc21868c54f7e3fa6346ba1c3e640f36fda /games
parent6575d0ed22f9b08bdbaffbaa3a0f375cfdd4082e (diff)
downloadpkgsrc-a226733859813238a9dd913c4429c4cc242d348e.tar.gz
easyrpg-player: Needs gcc5
Diffstat (limited to 'games')
-rw-r--r--games/easyrpg-player/Makefile6
-rw-r--r--games/liblcf/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/games/easyrpg-player/Makefile b/games/easyrpg-player/Makefile
index 3ace55c89fc..9a514091e2d 100644
--- a/games/easyrpg-player/Makefile
+++ b/games/easyrpg-player/Makefile
@@ -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 @@ GNU_CONFIGURE= yes
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 --git a/games/liblcf/Makefile b/games/liblcf/Makefile
index f3e5ffddf1b..a598ef21ffd 100644
--- a/games/liblcf/Makefile
+++ b/games/liblcf/Makefile
@@ -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_TOOLS+= pkg-config gmake
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