pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/libnotify



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Nov 10 11:09:43 UTC 2019

Modified Files:
        pkgsrc/sysutils/libnotify: Makefile

Log Message:
libnotify: Strip unsupported linker args on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/sysutils/libnotify/Makefile

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

Modified files:

Index: pkgsrc/sysutils/libnotify/Makefile
diff -u pkgsrc/sysutils/libnotify/Makefile:1.57 pkgsrc/sysutils/libnotify/Makefile:1.58
--- pkgsrc/sysutils/libnotify/Makefile:1.57     Mon Nov  4 21:28:47 2019
+++ pkgsrc/sysutils/libnotify/Makefile  Sun Nov 10 11:09:43 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2019/11/04 21:28:47 rillig Exp $
+# $NetBSD: Makefile,v 1.58 2019/11/10 11:09:43 nia Exp $
 
 DISTNAME=      libnotify-0.7.8
 PKGREVISION=   1
@@ -20,6 +20,8 @@ PKGCONFIG_OVERRIDE=           output/meson-privat
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 MAKE_ENV+=                     LD_LIBRARY_PATH=${WRKSRC}/output/${PKGBASE}
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script,${WRKSRC}/libnotify/libnotify.map
+
 .include "options.mk"
 
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index