svn commit: r368031 - head/mail/thunderbird

Matthias Andree mandree at FreeBSD.org
Fri Sep 12 15:29:25 UTC 2014


Author: mandree
Date: Fri Sep 12 15:29:24 2014
New Revision: 368031
URL: http://svnweb.freebsd.org/changeset/ports/368031
QAT: https://qat.redports.org/buildarchive/r368031/

Log:
  Mark broken on GCC-based systems.
  
  Approved by:	bapt

Modified:
  head/mail/thunderbird/Makefile

Modified: head/mail/thunderbird/Makefile
==============================================================================
--- head/mail/thunderbird/Makefile	Fri Sep 12 15:16:49 2014	(r368030)
+++ head/mail/thunderbird/Makefile	Fri Sep 12 15:29:24 2014	(r368031)
@@ -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/GST
 
 .include <bsd.port.pre.mk>
 
+.if ${COMPILER_TYPE} == gcc
+BROKEN=		run-time link paths not set on gcc-based systems
+.endif
+
 WRKSRC=		${WRKDIR}/comm-esr31
 MOZSRC:=	${WRKSRC}/mozilla
 


More information about the svn-ports-head mailing list