From 93189c1b92558bd0e0c5aca8d5257c05ac4a3330 Mon Sep 17 00:00:00 2001 From: pav Date: Tue, 13 Nov 2007 14:40:27 +0000 Subject: - Mark BROKEN: does not compile with gcc 4.2 Reported by: pointyhat Ok'ed by: maintainer Approved by: portmgr (hat) --- editors/setedit/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'editors') 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 +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile +.endif + .if defined(WITHOUT_BZIP2) CONFIGURE_ARGS+= --no-bzip2 .else -- cgit