pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libdisplay-info



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Jan  6 18:15:53 UTC 2025

Modified Files:
        pkgsrc/x11/libdisplay-info: Makefile

Log Message:
libdisplay-info: build fix for SunOS linker


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/x11/libdisplay-info/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/libdisplay-info/Makefile
diff -u pkgsrc/x11/libdisplay-info/Makefile:1.2 pkgsrc/x11/libdisplay-info/Makefile:1.3
--- pkgsrc/x11/libdisplay-info/Makefile:1.2     Thu Jan  2 09:52:42 2025
+++ pkgsrc/x11/libdisplay-info/Makefile Mon Jan  6 18:15:53 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/01/02 09:52:42 nia Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/06 18:15:53 gutteridge Exp $
 
 DISTNAME=      libdisplay-info-0.2.0
 CATEGORIES=    x11
@@ -12,6 +12,8 @@ LICENSE=      mit
 
 USE_TOOLS+=    pkg-config
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=${WRKSRC}/libdisplay-info.map
+
 .include "../../devel/meson/build.mk"
 .include "../../sysutils/hwdata/buildlink3.mk"
 .include "../../lang/python/tool.mk"



Home | Main Index | Thread Index | Old Index