filezilla is only broken with gcc on FreeBSD

Discussed with:	pgollucci, marino and matthew@reztek.cz (maintainer)
This commit is contained in:
Baptiste Daroussin 2015-07-15 13:17:40 +00:00
parent b21cadddc6
commit 1d30e2d84d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392133

View File

@ -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