pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/inputmethod/scim-python Avoid GNU ld --version-script ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/072978ba7863
branches:  trunk
changeset: 646686:072978ba7863
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Feb 13 17:16:18 2015 +0000

description:
Avoid GNU ld --version-script argument on SunOS.

diffstat:

 inputmethod/scim-python/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a38f05d837f6 -r 072978ba7863 inputmethod/scim-python/Makefile
--- a/inputmethod/scim-python/Makefile  Fri Feb 13 17:07:52 2015 +0000
+++ b/inputmethod/scim-python/Makefile  Fri Feb 13 17:16:18 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2014/05/09 07:37:09 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2015/02/13 17:16:18 jperkin Exp $
 
 DISTNAME=      scim-python-0.1.13rc1
 PKGREVISION=   22
@@ -20,6 +20,10 @@
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            pkg-config msgfmt
 
+OPSYSVARS+=    BUILDLINK_TRANSFORM
+
+BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=./scim.version-script
+
 # taken from ${WRKSRC}/python/engine/PinYin/Makefile.in
 DBVER=                 0.1.10.5
 DBTAR=                 pinyin-database-${DBVER}.tar.bz2



Home | Main Index | Thread Index | Old Index