pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gexiv2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon May 14 10:48:57 UTC 2018

Modified Files:
        pkgsrc/graphics/gexiv2: Makefile

Log Message:
gexiv2: Fix linker arguments on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/gexiv2/Makefile

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

Modified files:

Index: pkgsrc/graphics/gexiv2/Makefile
diff -u pkgsrc/graphics/gexiv2/Makefile:1.2 pkgsrc/graphics/gexiv2/Makefile:1.3
--- pkgsrc/graphics/gexiv2/Makefile:1.2 Thu Feb 15 08:15:55 2018
+++ pkgsrc/graphics/gexiv2/Makefile     Mon May 14 10:48:57 2018
@@ -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 @@ GNU_CONFIGURE=                yes
 
 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