diff options
author | pav <pav@FreeBSD.org> | 2010-02-06 04:04:39 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-02-06 04:04:39 +0800 |
commit | 5002d49d0f3c4f35ead8c4438be55c1d380d291c (patch) | |
tree | 732b8dccb0f9186074528e498bb588b72a2d08ac | |
parent | ec39c88ff9451faead3a26c8f62de83a1f137957 (diff) | |
download | freebsd-ports-gnome-5002d49d0f3c4f35ead8c4438be55c1d380d291c.tar.gz freebsd-ports-gnome-5002d49d0f3c4f35ead8c4438be55c1d380d291c.tar.zst freebsd-ports-gnome-5002d49d0f3c4f35ead8c4438be55c1d380d291c.zip |
- Mark BROKEN on 6.X everywhere and on 7.X amd64
Reported by: pointyhat
-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 |