diff options
author | kris <kris@FreeBSD.org> | 2004-03-13 18:07:47 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-13 18:07:47 +0800 |
commit | a90ef602b43e90664f228b7c01c742282f5bae45 (patch) | |
tree | ba0dfcc99c3011a49cf059b3e2e8719f2bf46998 /audio/wmtune/Makefile | |
parent | ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45 (diff) | |
download | freebsd-ports-gnome-a90ef602b43e90664f228b7c01c742282f5bae45.tar.gz freebsd-ports-gnome-a90ef602b43e90664f228b7c01c742282f5bae45.tar.zst freebsd-ports-gnome-a90ef602b43e90664f228b7c01c742282f5bae45.zip |
BROKEN on !i386 and alpha 4.x: Does not compile
Diffstat (limited to 'audio/wmtune/Makefile')
-rw-r--r-- | audio/wmtune/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/wmtune/Makefile b/audio/wmtune/Makefile index c66f775220a6..6b1f83ba7a3c 100644 --- a/audio/wmtune/Makefile +++ b/audio/wmtune/Makefile @@ -28,6 +28,10 @@ PATCH_ARGS =-p0 -d ${WRKDIR} .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" && !(${ARCH} == "alpha" && ${OSVERSION} >= 500000) +BROKEN= "Does not compile on !i386 or alpha 4.x" +.endif + .if !defined(WITH_RADIOTRACK) WMTUNE_DIFF= wmtune.diff.gz pre-fetch: |