pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/babl babl: Remove unsupported linker args on ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5fedd44ac455
branches:  trunk
changeset: 417396:5fedd44ac455
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Nov 10 11:19:50 2019 +0000

description:
babl: Remove unsupported linker args on SunOS

diffstat:

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

diffs (18 lines):

diff -r f051ac364054 -r 5fedd44ac455 graphics/babl/Makefile
--- a/graphics/babl/Makefile    Sun Nov 10 11:12:53 2019 +0000
+++ b/graphics/babl/Makefile    Sun Nov 10 11:19:50 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/02 14:05:08 nia Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/10 11:19:50 nia Exp $
 
 DISTNAME=      babl-0.1.72
 CATEGORIES=    graphics
@@ -19,6 +19,8 @@
 
 PYTHON_FOR_BUILD_ONLY= tool
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script,babl.map
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index