summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-02-05 20:04:39 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-02-05 20:04:39 +0000
commit9c42dc5f95de448816e70a6ede55e75272991567 (patch)
tree6561e7918a1f36d570554031d8bf49f9c7286a68
parent- Mark BROKEN on 6.X (diff)
- Mark BROKEN on 6.X everywhere and on 7.X amd64
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=249302
-rw-r--r--accessibility/speech-dispatcher/Makefile8
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