pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/librsvg



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jan  7 15:48:51 UTC 2025

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: SunOS needs -lsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 pkgsrc/graphics/librsvg/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/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.169 pkgsrc/graphics/librsvg/Makefile:1.170
--- pkgsrc/graphics/librsvg/Makefile:1.169      Thu Jan  2 16:26:36 2025
+++ pkgsrc/graphics/librsvg/Makefile    Tue Jan  7 15:48:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.169 2025/01/02 16:26:36 tnn Exp $
+# $NetBSD: Makefile,v 1.170 2025/01/07 15:48:51 jperkin Exp $
 
 DISTNAME=      librsvg-2.59.2
 CATEGORIES=    graphics gnome
@@ -25,6 +25,7 @@ PYTHON_FOR_BUILD_ONLY=                tool
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo}/lib
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--gc-sections
+LDFLAGS.SunOS+=                        -lsocket
 
 PKGCONFIG_OVERRIDE=            output/meson-private/librsvg-2.0.pc
 PKGCONFIG_OVERRIDE_STAGE=      post-configure



Home | Main Index | Thread Index | Old Index