diff options
author | pav <pav@FreeBSD.org> | 2010-11-11 08:07:51 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-11-11 08:07:51 +0800 |
commit | 7f36848930286fe3dbb7c2fa4dc9094c058e0f04 (patch) | |
tree | 9f9ebccc34d07966058192b4db3486877e321c26 /audio | |
parent | 1bc88b2e65965ff3377480030b89f33cb2abb17d (diff) | |
download | freebsd-ports-gnome-7f36848930286fe3dbb7c2fa4dc9094c058e0f04.tar.gz freebsd-ports-gnome-7f36848930286fe3dbb7c2fa4dc9094c058e0f04.tar.zst freebsd-ports-gnome-7f36848930286fe3dbb7c2fa4dc9094c058e0f04.zip |
- Mark BROKEN on amd64/6 and 7
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mangler/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/mangler/Makefile b/audio/mangler/Makefile index ebaeba1d8b8f..4cf07c3e7794 100644 --- a/audio/mangler/Makefile +++ b/audio/mangler/Makefile @@ -24,4 +24,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gsm --without-pulseaudio --without-alsa USE_LDCONFIG= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |