Date: Wed, 15 Jul 2015 13:17:41 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392133 - head/ftp/filezilla Message-ID: <201507151317.t6FDHfYl067026@svnmir.geo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507151317.t6FDHfYl067026>