diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 20:57:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 20:57:56 +0000 |
commit | 816edfb8f0e6d51293d1c01216c99a5887941b19 (patch) | |
tree | 22f3b3db4dc62b76504766dc3380f36435310d0a /www/flock/Makefile | |
parent | e5b7f42722b632a9166f7e9d58afbe06f934f572 (diff) |
Mark as broken on i386-7 due to gcc4.2.
Notes
Notes:
svn path=/head/; revision=200854
Diffstat (limited to 'www/flock/Makefile')
-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 |