From 2dfad8f9706f9eeb5d1cebcf35a3ad1a12741fd0 Mon Sep 17 00:00:00 2001 From: mandree Date: Fri, 12 Sep 2014 15:29:24 +0000 Subject: Mark broken on GCC-based systems. Approved by: bapt --- mail/thunderbird/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 0a4a0b627e05..657dcc3a9407 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -44,7 +44,7 @@ USE_QT5= # empty QT_NONSTANDARD= yes ALL_TARGET= default USE_GL= gl -USES= dos2unix tar:bzip2 +USES= dos2unix tar:bzip2 compiler:features DOS2UNIX_FILES= mozilla/media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp MOZ_OPTIONS= --program-transform-name='s/thunderbird/${MOZILLA}/' \ @@ -74,6 +74,10 @@ OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GSTREAMER//} .include +.if ${COMPILER_TYPE} == gcc +BROKEN= run-time link paths not set on gcc-based systems +.endif + WRKSRC= ${WRKDIR}/comm-esr31 MOZSRC:= ${WRKSRC}/mozilla -- cgit