From 9c42dc5f95de448816e70a6ede55e75272991567 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Fri, 5 Feb 2010 20:04:39 +0000 Subject: - Mark BROKEN on 6.X everywhere and on 7.X amd64 Reported by: pointyhat --- accessibility/speech-dispatcher/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/accessibility/speech-dispatcher/Makefile b/accessibility/speech-dispatcher/Makefile index 0d7b1166846a..b465ac25f115 100644 --- a/accessibility/speech-dispatcher/Makefile +++ b/accessibility/speech-dispatcher/Makefile @@ -88,6 +88,14 @@ CONFIGURE_ARGS+= --without-pulseaudio EXTRA_PATCHES= ${FILESDIR}/extrapatch-* .endif +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + +.if ${OSVERSION} >= 700000 && ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not compile on amd64/7 +.endif + post-extract: .if ${OSVERSION} < 800000 ${CP} ${FILESDIR}/getline.* ${WRKSRC}/src -- cgit v1.2.3