From f791ba3033a4f7c88c6afee8c431f21802178c90 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 8 Jun 2000 14:58:04 +0000 Subject: Sphinx has some i386-only sound code, adjust to account for this fact. Submitted by: Alexander Langer --- audio/sphinx/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio') diff --git a/audio/sphinx/Makefile b/audio/sphinx/Makefile index 086894704868..19cc5a9476f4 100644 --- a/audio/sphinx/Makefile +++ b/audio/sphinx/Makefile @@ -16,4 +16,7 @@ MAINTAINER= trevor@jpj.net USE_LIBTOOL= yes USE_GMAKE= yes +# contains i386 sound code +ONLY_FOR_ARCHS= i386 + .include -- cgit