pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gexiv2 gexiv2: Fix linker argume...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b79f9f251152
branches:  trunk
changeset: 307841:b79f9f251152
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon May 14 10:48:57 2018 +0000
description:
gexiv2: Fix linker arguments on SunOS.

diffstat:

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

diffs (18 lines):

diff -r 5e2ca8c9b7b5 -r b79f9f251152 graphics/gexiv2/Makefile
--- a/graphics/gexiv2/Makefile  Mon May 14 10:37:00 2018 +0000
+++ b/graphics/gexiv2/Makefile  Mon May 14 10:48:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/02/15 08:15:55 bsiegert Exp $
+# $NetBSD: Makefile,v 1.3 2018/05/14 10:48:57 jperkin Exp $
 
 DISTNAME=      gexiv2-0.10.8
 CATEGORIES=    graphics devel
@@ -17,6 +17,8 @@
 
 PKGCONFIG_OVERRIDE=    gexiv2.m4
 
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=./gexiv2/gexiv2.map
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/exiv2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index