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:   nia
Date:           Wed Dec 18 11:37:32 UTC 2024

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

Log Message:
zathura-djvu: Enable __EXTENSIONS__ on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 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.34 pkgsrc/graphics/zathura-djvu/Makefile:1.35
--- pkgsrc/graphics/zathura-djvu/Makefile:1.34  Sun Nov 17 07:16:10 2024
+++ pkgsrc/graphics/zathura-djvu/Makefile       Wed Dec 18 11:37:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/11/17 07:16:10 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2024/12/18 11:37:32 nia Exp $
 
 DISTNAME=      zathura-djvu-0.2.10
 PKGREVISION=   2
@@ -13,6 +13,8 @@ LICENSE=      zlib
 
 USE_TOOLS+=    pkg-config
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 USE_CC_FEATURES=       c17
 
 PYTHON_FOR_BUILD_ONLY= tool



Home | Main Index | Thread Index | Old Index