diff options
author | pav <pav@FreeBSD.org> | 2007-11-13 22:40:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-11-13 22:40:27 +0800 |
commit | 93189c1b92558bd0e0c5aca8d5257c05ac4a3330 (patch) | |
tree | 9e360fe6224b5ff9b01afe271c2697c5bb6e2ce2 /editors | |
parent | a153a7955e6006a293e0617ce0b12c767ee5b4f2 (diff) | |
download | freebsd-ports-gnome-93189c1b92558bd0e0c5aca8d5257c05ac4a3330.tar.gz freebsd-ports-gnome-93189c1b92558bd0e0c5aca8d5257c05ac4a3330.tar.zst freebsd-ports-gnome-93189c1b92558bd0e0c5aca8d5257c05ac4a3330.zip |
- Mark BROKEN: does not compile with gcc 4.2
Reported by: pointyhat
Ok'ed by: maintainer
Approved by: portmgr (hat)
Diffstat (limited to 'editors')
-rw-r--r-- | editors/setedit/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/setedit/Makefile b/editors/setedit/Makefile index 57cb6d7cfab6..ea13388a238c 100644 --- a/editors/setedit/Makefile +++ b/editors/setedit/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --without-mp3 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile +.endif + .if defined(WITHOUT_BZIP2) CONFIGURE_ARGS+= --no-bzip2 .else |