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