pkgsrc-Changes archive

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

CVS commit: pkgsrc/print



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Aug 23 10:17:07 UTC 2024

Modified Files:
        pkgsrc/print/zathura-pdf-mupdf: Makefile
        pkgsrc/print/zathura-ps: Makefile

Log Message:
zathura*: Sprinkle USE_CC_FEATURES.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/print/zathura-pdf-mupdf/Makefile
cvs rdiff -u -r1.37 -r1.38 pkgsrc/print/zathura-ps/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-pdf-mupdf/Makefile
diff -u pkgsrc/print/zathura-pdf-mupdf/Makefile:1.74 pkgsrc/print/zathura-pdf-mupdf/Makefile:1.75
--- pkgsrc/print/zathura-pdf-mupdf/Makefile:1.74        Wed Aug 14 06:05:16 2024
+++ pkgsrc/print/zathura-pdf-mupdf/Makefile     Fri Aug 23 10:17:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2024/08/14 06:05:16 adam Exp $
+# $NetBSD: Makefile,v 1.75 2024/08/23 10:17:06 nia Exp $
 
 DISTNAME=      zathura-pdf-mupdf-0.4.4
 CATEGORIES=    print
@@ -14,6 +14,8 @@ USE_TOOLS+=   pkg-config
 
 CPPFLAGS+=     -D_XOPEN_SOURCE=600
 
+USE_CC_FEATURES+=      c17
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/meson/build.mk"

Index: pkgsrc/print/zathura-ps/Makefile
diff -u pkgsrc/print/zathura-ps/Makefile:1.37 pkgsrc/print/zathura-ps/Makefile:1.38
--- pkgsrc/print/zathura-ps/Makefile:1.37       Wed Aug 14 05:43:57 2024
+++ pkgsrc/print/zathura-ps/Makefile    Fri Aug 23 10:17:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2024/08/14 05:43:57 adam Exp $
+# $NetBSD: Makefile,v 1.38 2024/08/23 10:17:06 nia Exp $
 
 DISTNAME=      zathura-ps-0.2.8
 CATEGORIES=    print
@@ -12,6 +12,8 @@ LICENSE=      zlib
 
 USE_TOOLS+=    pkg-config
 
+USE_CC_FEATURES+=      c17
+
 PYTHON_FOR_BUILD_ONLY= tool
 
 .include "../../devel/meson/build.mk"



Home | Main Index | Thread Index | Old Index