pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/kitty



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 09:02:44 UTC 2023

Modified Files:
        pkgsrc/x11/kitty: Makefile

Log Message:
kitty: Require at least GCC 5 for __has_include.


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/x11/kitty/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/kitty/Makefile
diff -u pkgsrc/x11/kitty/Makefile:1.39 pkgsrc/x11/kitty/Makefile:1.40
--- pkgsrc/x11/kitty/Makefile:1.39      Sun Jan 29 21:18:12 2023
+++ pkgsrc/x11/kitty/Makefile   Sun Jul  9 09:02:44 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2023/01/29 21:18:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.40 2023/07/09 09:02:44 nia Exp $
 
 DISTNAME=      kitty-0.26.5
 PKGREVISION=   1
@@ -17,6 +17,9 @@ USE_LANGUAGES=        c
 EXTRACT_USING= bsdtar
 USE_TOOLS+=    gmake pkg-config
 
+# __has_include
+GCC_REQD+=     5
+
 # don't force LTO
 BUILDLINK_TRANSFORM+=  rm:-flto
 # code is not perfect



Home | Main Index | Thread Index | Old Index