svn commit: r392133 - head/ftp/filezilla
Baptiste Daroussin
bapt at FreeBSD.org
Wed Jul 15 13:17:41 UTC 2015
Author: bapt
Date: Wed Jul 15 13:17:40 2015
New Revision: 392133
URL: https://svnweb.freebsd.org/changeset/ports/392133
Log:
filezilla is only broken with gcc on FreeBSD
Discussed with: pgollucci, marino and matthew at reztek.cz (maintainer)
Modified:
head/ftp/filezilla/Makefile
Modified: head/ftp/filezilla/Makefile
==============================================================================
--- head/ftp/filezilla/Makefile Wed Jul 15 13:04:46 2015 (r392132)
+++ head/ftp/filezilla/Makefile Wed Jul 15 13:17:40 2015 (r392133)
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= --disable-manualupdatec
.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
More information about the svn-ports-all
mailing list