pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/nanosaur



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 22:16:17 UTC 2023

Modified Files:
        pkgsrc/games/nanosaur: Makefile

Log Message:
nanosaur: require at least gcc 5 for __has_include


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/nanosaur/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/nanosaur/Makefile
diff -u pkgsrc/games/nanosaur/Makefile:1.3 pkgsrc/games/nanosaur/Makefile:1.4
--- pkgsrc/games/nanosaur/Makefile:1.3  Sat May  6 19:09:26 2023
+++ pkgsrc/games/nanosaur/Makefile      Sun Jul  9 22:16:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/06 19:09:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/09 22:16:17 nia Exp $
 
 DISTNAME=      nanosaur-1.4.4
 PKGREVISION=   2
@@ -20,6 +20,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/nanosaur/Data



Home | Main Index | Thread Index | Old Index