summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-04-14 09:40:09 +0000
committerjperkin <jperkin>2016-04-14 09:40:09 +0000
commit172b83feb557b74ebfdc991bd4231d1067bbb189 (patch)
treeaa66e44722bdf708e0126fe23125341d54750327 /chat
parent181d5b4833e4afe354e4c773c7f45b45301f900a (diff)
downloadpkgsrc-172b83feb557b74ebfdc991bd4231d1067bbb189.tar.gz
Remove GNU ld --no-add-needed on SunOS.
Diffstat (limited to 'chat')
-rw-r--r--chat/telepathy-qt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/telepathy-qt/Makefile b/chat/telepathy-qt/Makefile
index 13ac636be6b..62813a550e6 100644
--- a/chat/telepathy-qt/Makefile
+++ b/chat/telepathy-qt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/03/05 11:28:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.4 2016/04/14 09:40:09 jperkin Exp $
DISTNAME= telepathy-qt-0.9.6.1
PKGREVISION= 1
@@ -18,11 +18,12 @@ PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQt.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/TelepathyQtService.pc.in
PKGCONFIG_OVERRIDE+= TelepathyQt/Farstream/TelepathyQtFarstream.pc.in
-
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 0.24.1
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+BUILDLINK_TRANSFORM.SunOS+= rm:-Wl,--no-add-needed
+
.include "../../chat/telepathy-farstream/buildlink3.mk"
BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.18.0
.include "../../chat/telepathy-glib/buildlink3.mk"