diff options
author | mandree <mandree@FreeBSD.org> | 2014-09-13 00:04:46 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-09-13 00:04:46 +0800 |
commit | b9c9a95fe4ab95d168dd555c8e949bfe3f8fd4d7 (patch) | |
tree | ff63760f61df98f89185e8a52f8693487f8d38d0 | |
parent | 438af9d4f71dcaac229e77c462b93ccba26dc547 (diff) | |
download | freebsd-ports-gnome-b9c9a95fe4ab95d168dd555c8e949bfe3f8fd4d7.tar.gz freebsd-ports-gnome-b9c9a95fe4ab95d168dd555c8e949bfe3f8fd4d7.tar.zst freebsd-ports-gnome-b9c9a95fe4ab95d168dd555c8e949bfe3f8fd4d7.zip |
Remove BROKEN mark on GCC, fault is in thunderbird-i18n or GECKO framework.
-rw-r--r-- | mail/thunderbird/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 657dcc3a9407..8741984780a9 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -74,10 +74,6 @@ OPTIONS_DEFAULT:=${OPTIONS_DEFAULT:S/GSTREAMER//} .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 |