diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 04:57:56 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 04:57:56 +0800 |
commit | bebeb6833e3817beee9042533b6a9b5bfe1a0077 (patch) | |
tree | 255033f9f6345919411cdfa9df58dda967dd5975 /www/flock | |
parent | 7ca307af945b5e2161af4a5d17a1b250c95cf72f (diff) | |
download | freebsd-ports-gnome-bebeb6833e3817beee9042533b6a9b5bfe1a0077.tar.gz freebsd-ports-gnome-bebeb6833e3817beee9042533b6a9b5bfe1a0077.tar.zst freebsd-ports-gnome-bebeb6833e3817beee9042533b6a9b5bfe1a0077.zip |
Mark as broken on i386-7 due to gcc4.2.
Diffstat (limited to 'www/flock')
-rw-r--r-- | www/flock/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/flock/Makefile b/www/flock/Makefile index c6a611a51ca4..1432ee77bc6a 100644 --- a/www/flock/Makefile +++ b/www/flock/Makefile @@ -31,6 +31,7 @@ HAS_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes USE_GCC= 3.4+ +WANT_PERL= yes CPPFLAGS= -I${WRKDIR}/local/include LDFLAGS= -L${WRKDIR}/local/lib @@ -52,6 +53,10 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + .if ${ARCH} == "amd64" BROKEN= Does not build on amd64 .endif |