diff options
-rw-r--r-- | accessibility/speech-dispatcher/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |