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:           Fri Nov 12 14:14:14 UTC 2021

Modified Files:
        pkgsrc/graphics/graphviz: Makefile

Log Message:
graphviz: add networking libraries on SunOS to fix linking

PR pkg/56495


To generate a diff of this commit:
cvs rdiff -u -r1.238 -r1.239 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.238 pkgsrc/graphics/graphviz/Makefile:1.239
--- pkgsrc/graphics/graphviz/Makefile:1.238     Thu Oct 21 19:44:30 2021
+++ pkgsrc/graphics/graphviz/Makefile   Fri Nov 12 14:14:14 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.238 2021/10/21 19:44:30 schmonz Exp $
+# $NetBSD: Makefile,v 1.239 2021/11/12 14:14:14 nia Exp $
 
 DISTNAME=      graphviz-2.49.2
 CATEGORIES=    graphics
@@ -66,6 +66,8 @@ CONFIGURE_ENV+=               ac_cv_prog_PHP=
 CONFIGURE_ENV+=                ac_cv_prog_RUBY=
 CPPFLAGS+=             -DNO_POSTSCRIPT_ALIAS=1
 
+LDFLAGS.SunOS+=                -lsocket -lnsl
+
 PKGCONFIG_OVERRIDE+=   lib/cdt/libcdt.pc.in
 PKGCONFIG_OVERRIDE+=   lib/cgraph/libcgraph.pc.in
 PKGCONFIG_OVERRIDE+=   lib/edgepaint/liblab_gamut.pc.in



Home | Main Index | Thread Index | Old Index