pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/colord



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 20 00:31:33 UTC 2026

Modified Files:
        pkgsrc/graphics/colord: Makefile

Log Message:
colord: Strip out --version-script linker args to help the SunOS linker.

Should help the SunOS builds.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/graphics/colord/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/colord/Makefile
diff -u pkgsrc/graphics/colord/Makefile:1.32 pkgsrc/graphics/colord/Makefile:1.33
--- pkgsrc/graphics/colord/Makefile:1.32        Sun Apr 26 19:48:17 2026
+++ pkgsrc/graphics/colord/Makefile     Sat Jun 20 00:31:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2026/04/26 19:48:17 vins Exp $
+# $NetBSD: Makefile,v 1.33 2026/06/20 00:31:33 nia Exp $
 
 DISTNAME=      colord-1.4.8
 PKGREVISION=   1
@@ -78,6 +78,9 @@ MESON_ARGS+=  -Dudev_rules=true
 MESON_ARGS+=   -Dudev_rules=false
 .endif
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script,${WRKSRC}/lib/colord/colord.map
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script,${WRKSRC}/lib/colorhug/colorhug.map
+
 .include "options.mk"
 
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"



Home | Main Index | Thread Index | Old Index