summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjperkin <jperkin>2015-02-13 17:16:18 +0000
committerjperkin <jperkin>2015-02-13 17:16:18 +0000
commit9d4e38720af1ccb49bb18ef9fc6986c4756f0cdf (patch)
treeea3691f623c6b033ba22e36f44a9a81fed3b326a /inputmethod
parent50b9bb0789c556c7af780404da7ae1049ed5b2f8 (diff)
downloadpkgsrc-9d4e38720af1ccb49bb18ef9fc6986c4756f0cdf.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