summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2015-02-13 17:16:18 +0000
committerjperkin <jperkin@pkgsrc.org>2015-02-13 17:16:18 +0000
commit12635093a257a8006ce2dd93512f5787470bda03 (patch)
treeea3691f623c6b033ba22e36f44a9a81fed3b326a /inputmethod
parent1ceadeae746d814a96a8b646dd2918ab09fa9628 (diff)
downloadpkgsrc-12635093a257a8006ce2dd93512f5787470bda03.tar.gz
Avoid GNU ld --version-script argument on SunOS.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/scim-python/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/inputmethod/scim-python/Makefile b/inputmethod/scim-python/Makefile
index c818092bb49..22f42d01d6d 100644
--- a/inputmethod/scim-python/Makefile
+++ b/inputmethod/scim-python/Makefile
@@ -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_PKGLOCALEDIR= yes
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