pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/mightymike



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 22:02:18 UTC 2023

Modified Files:
        pkgsrc/games/mightymike: Makefile

Log Message:
mightymike: Require at least gcc5 for __has_include.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/mightymike/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/mightymike/Makefile
diff -u pkgsrc/games/mightymike/Makefile:1.1 pkgsrc/games/mightymike/Makefile:1.2
--- pkgsrc/games/mightymike/Makefile:1.1        Wed Jun 28 23:40:48 2023
+++ pkgsrc/games/mightymike/Makefile    Sun Jul  9 22:02:18 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/06/28 23:40:48 charlotte Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/09 22:02:18 nia Exp $
 
 DISTNAME=      mightymike-3.0.2
 CATEGORIES=    games
@@ -19,6 +19,9 @@ USE_CMAKE=    yes
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pax pkg-config
 
+# __has_include
+GCC_REQD+=     5
+
 INSTALLATION_DIRS+=    bin
 INSTALLATION_DIRS+=    libexec
 INSTALLATION_DIRS+=    share/mightymike/Data



Home | Main Index | Thread Index | Old Index