pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/zathura-djvu



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Aug 21 19:26:34 UTC 2024

Modified Files:
        pkgsrc/graphics/zathura-djvu: Makefile

Log Message:
izathura-djvu: needs c17


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/graphics/zathura-djvu/Makefile

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

Modified files:

Index: pkgsrc/graphics/zathura-djvu/Makefile
diff -u pkgsrc/graphics/zathura-djvu/Makefile:1.31 pkgsrc/graphics/zathura-djvu/Makefile:1.32
--- pkgsrc/graphics/zathura-djvu/Makefile:1.31  Wed Aug 14 06:15:53 2024
+++ pkgsrc/graphics/zathura-djvu/Makefile       Wed Aug 21 19:26:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2024/08/14 06:15:53 adam Exp $
+# $NetBSD: Makefile,v 1.32 2024/08/21 19:26:34 wiz Exp $
 
 DISTNAME=      zathura-djvu-0.2.10
 CATEGORIES=    graphics
@@ -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