From fad9dd110b92b88c1ff351faca5f1b16738b66be Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 14 Apr 2016 09:40:09 +0000 Subject: Remove GNU ld --no-add-needed on SunOS. --- chat/telepathy-qt/Makefile | 5 +++-- 1 file 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" -- cgit v1.2.3