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:   jperkin
Date:           Fri Oct 19 15:18:50 UTC 2018

Modified Files:
        pkgsrc/print/zathura: Makefile

Log Message:
zathura: SunOS needs -D__EXTENSIONS__


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 pkgsrc/print/zathura/Makefile:1.22
--- pkgsrc/print/zathura/Makefile:1.21  Thu Oct  4 19:08:46 2018
+++ pkgsrc/print/zathura/Makefile       Fri Oct 19 15:18:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/10/04 19:08:46 leot Exp $
+# $NetBSD: Makefile,v 1.22 2018/10/19 15:18:49 jperkin Exp $
 
 DISTNAME=      zathura-0.4.1
 CATEGORIES=    print
@@ -16,6 +16,8 @@ USE_TOOLS+=   pkg-config
 TOOL_DEPENDS+= gettext-tools>=0.15:../../devel/gettext-tools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../devel/py-meson/build.mk"
 .include "../../graphics/cairo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index