pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/zathura



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed May 15 08:34:23 UTC 2024

Modified Files:
        pkgsrc/print/zathura: Makefile

Log Message:
zathura: Require a c17 compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/print/zathura/Makefile

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

Modified files:

Index: pkgsrc/print/zathura/Makefile
diff -u pkgsrc/print/zathura/Makefile:1.63 pkgsrc/print/zathura/Makefile:1.64
--- pkgsrc/print/zathura/Makefile:1.63  Sat May  4 21:30:27 2024
+++ pkgsrc/print/zathura/Makefile       Wed May 15 08:34:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2024/05/04 21:30:27 nikita Exp $
+# $NetBSD: Makefile,v 1.64 2024/05/15 08:34:23 nia Exp $
 
 DISTNAME=      zathura-0.5.4
 CATEGORIES=    print
@@ -21,6 +21,8 @@ MESON_ARGS+=  -D convert-icon=disabled
 
 CFLAGS.SunOS+= -D__EXTENSIONS__
 
+USE_CC_FEATURES+=      c17
+
 SUBST_CLASSES+=                py
 SUBST_STAGE.py=                pre-configure
 SUBST_MESSAGE.py=      Setting Python version variables.



Home | Main Index | Thread Index | Old Index