pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/ottomatic
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 9 22:18:44 UTC 2023
Modified Files:
pkgsrc/games/ottomatic: Makefile
Log Message:
ottomatic: Require at least gcc5 for __has_include
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/ottomatic/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/ottomatic/Makefile
diff -u pkgsrc/games/ottomatic/Makefile:1.3 pkgsrc/games/ottomatic/Makefile:1.4
--- pkgsrc/games/ottomatic/Makefile:1.3 Sat May 6 19:09:27 2023
+++ pkgsrc/games/ottomatic/Makefile Sun Jul 9 22:18:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/05/06 19:09:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.4 2023/07/09 22:18:44 nia Exp $
DISTNAME= ottomatic-4.0.1
PKGREVISION= 2
@@ -17,6 +17,9 @@ USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pax pkg-config
+# __has_include
+GCC_REQD+= 5
+
WRKSRC= ${WRKDIR}/OttoMatic-${PKGVERSION_NOREV}
INSTALLATION_DIRS+= bin
Home |
Main Index |
Thread Index |
Old Index