aboutsummaryrefslogtreecommitdiff
path: root/ftp/filezilla
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-07-15 13:17:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-07-15 13:17:40 +0000
commit1d30e2d84df6f9ba82d71cf936f79a2dc7dd7e8e (patch)
tree1047efb1def19c03fefef23115d5fb278cfbe077 /ftp/filezilla
parentb21cadddc6c90016e6a4e48caf31b0e82fc4dd50 (diff)
downloadports-1d30e2d84df6f9ba82d71cf936f79a2dc7dd7e8e.tar.gz
ports-1d30e2d84df6f9ba82d71cf936f79a2dc7dd7e8e.zip
filezilla is only broken with gcc on FreeBSD
Discussed with: pgollucci, marino and matthew@reztek.cz (maintainer)
Notes
Notes: svn path=/head/; revision=392133
Diffstat (limited to 'ftp/filezilla')
-rw-r--r--ftp/filezilla/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/filezilla/Makefile b/ftp/filezilla/Makefile
index e85f94fdde4e..689fe28b1765 100644
--- a/ftp/filezilla/Makefile
+++ b/ftp/filezilla/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --disable-manualupdatecheck
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == "gcc"
-BROKEN= GCC dies with Internal Compiler Error
+BROKEN_FreeBSD= GCC dies with Internal Compiler Error
.if ${ARCH} == i386 && ! ${CFLAGS:M-march=*}
# needed for __atomic_exchange_8, __atmoic_fetch_add_8, __atomic_store_8
CFLAGS+= -march=i586