pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/babl babl: Apply removals to post-wrapper tra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d9a1d942613
branches:  trunk
changeset: 347275:1d9a1d942613
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Jan 09 23:37:45 2020 +0000

description:
babl: Apply removals to post-wrapper transformed arguments.

diffstat:

 graphics/babl/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 25f8255e9840 -r 1d9a1d942613 graphics/babl/Makefile
--- a/graphics/babl/Makefile    Thu Jan 09 23:34:57 2020 +0000
+++ b/graphics/babl/Makefile    Thu Jan 09 23:37:45 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/11/10 11:19:50 nia Exp $
+# $NetBSD: Makefile,v 1.28 2020/01/09 23:37:45 nia Exp $
 
 DISTNAME=      babl-0.1.72
 CATEGORIES=    graphics
@@ -19,7 +19,9 @@
 
 PYTHON_FOR_BUILD_ONLY= tool
 
-BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script,babl.map
+# Apply removals to post-wrapper transformed arguments.
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,babl.map
 
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index