From f38cf18bea64d7ec0af29429175709ef853ab1d6 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Fri, 4 Jun 2004 14:45:11 +0000 Subject: - Does not build on ia64 & sparc64 (inb/outb & friends) - ffs()-clash only affects i386 --- audio/mpmf20/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/mpmf20') diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile index 5fc9909cea2a..6d21f75fc9cb 100644 --- a/audio/mpmf20/Makefile +++ b/audio/mpmf20/Makefile @@ -15,12 +15,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player +NOT_FOR_ARCHS= ia64 sparc64 + MAKEFILE= makefile PLIST_FILES= bin/mpmf20 .include -.if ${OSVERSION} > 500000 && ${OSVERSION} < 502108 +.if ${ARCH} == i386 && ${OSVERSION} > 500000 && ${OSVERSION} < 502108 BROKEN= "ffs() clash, see i386/41930" .endif -- cgit v1.2.3