summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-02-26 12:16:38 +0000
committerjperkin <jperkin@pkgsrc.org>2016-02-26 12:16:38 +0000
commit52508731ffc9bac0f302b237dc378ed791df3cf9 (patch)
treebb0030e71de4c4935a06808b68f2fef40ca52122 /inputmethod
parenta96bc7ebdad030b628bbcc6b443dc55c2a14a880 (diff)
downloadpkgsrc-52508731ffc9bac0f302b237dc378ed791df3cf9.tar.gz
Remove --version-script argument on Darwin too.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/scim-python/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/inputmethod/scim-python/Makefile b/inputmethod/scim-python/Makefile
index 704dda91650..43cc1acb176 100644
--- a/inputmethod/scim-python/Makefile
+++ b/inputmethod/scim-python/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/02/25 08:27:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.31 2016/02/26 12:16:38 jperkin Exp $
DISTNAME= scim-python-0.1.13rc1
PKGREVISION= 23
@@ -20,6 +20,7 @@ USE_PKGLOCALEDIR= yes
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config msgfmt
+BUILDLINK_TRANSFORM.Darwin+= rm:-Wl,--version-script=./scim.version-script
BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--version-script=./scim.version-script
# taken from ${WRKSRC}/python/engine/PinYin/Makefile.in