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 Sep 12 08:07:41 UTC 2023

Modified Files:
        pkgsrc/graphics/librsvg: Makefile

Log Message:
librsvg: Remove --gc-sections on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.152 -r1.153 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.152 pkgsrc/graphics/librsvg/Makefile:1.153
--- pkgsrc/graphics/librsvg/Makefile:1.152      Sat Sep  9 20:43:42 2023
+++ pkgsrc/graphics/librsvg/Makefile    Tue Sep 12 08:07:40 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.152 2023/09/09 20:43:42 wiz Exp $
+# $NetBSD: Makefile,v 1.153 2023/09/12 08:07:40 jperkin Exp $
 
 DISTNAME=      librsvg-2.56.3
 CATEGORIES=    graphics gnome
@@ -26,6 +26,8 @@ TOOL_DEPENDS+=                ${PYPKGPREFIX}-gi-docgen
 
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.cairo-gobject}/lib
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--gc-sections
+
 PKGCONFIG_OVERRIDE=    librsvg.pc.in
 
 SUBST_CLASSES+=                rst2man



Home | Main Index | Thread Index | Old Index