pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 12:33:02 UTC 2026

Modified Files:
        pkgsrc/graphics/graphviz: Makefile

Log Message:
graphviz: Fix SunOS build with recent gcc


To generate a diff of this commit:
cvs rdiff -u -r1.310 -r1.311 pkgsrc/graphics/graphviz/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/graphviz/Makefile
diff -u pkgsrc/graphics/graphviz/Makefile:1.310 pkgsrc/graphics/graphviz/Makefile:1.311
--- pkgsrc/graphics/graphviz/Makefile:1.310     Wed Mar 11 10:22:58 2026
+++ pkgsrc/graphics/graphviz/Makefile   Sun Mar 22 12:33:01 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.310 2026/03/11 10:22:58 adam Exp $
+# $NetBSD: Makefile,v 1.311 2026/03/22 12:33:01 nia Exp $
 
 DISTNAME=      graphviz-14.1.3
 CATEGORIES=    graphics
@@ -89,6 +89,8 @@ LUA_VERSIONS_INCOMPATIBLE=    51
 REPLACE_PERL+=         contrib/dotmcl.pl contrib/dirgraph/dirgraph.pl
 REPLACE_PYTHON+=       cmd/dot/dot_sandbox
 
+CPPFLAGS.SunOS+=       -D__EXTENSIONS__ # flockfile
+
 .include "../../mk/bsd.prefs.mk"
 
 # Override Xaw type configured by user



Home | Main Index | Thread Index | Old Index