From 3b117b81069d597158c8b59cf9c19685a58765ec Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 13 Mar 2004 10:07:47 +0000 Subject: BROKEN on !i386 and alpha 4.x: Does not compile --- audio/wmtune/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 +.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: -- cgit v1.2.3