From 03a1782e9bcc22ef0246e47e3e661cc7a411b0a0 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 25 Oct 2003 01:01:18 +0000 Subject: [PATCH] Set ONLY_FOR_ARCHS=i386. Regarding from the source, only endianness seems to be the problem, so supporting other archs can be achieved by quick hack, though. Submitted by: kris via bento --- net/howl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/howl/Makefile b/net/howl/Makefile index 350e5dae2eba..a335a61639a1 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.swampwolf.com/pub/ MAINTAINER= paul@aps.org COMMENT= Zeroconf/Rendezvous implementation +ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LIBTOOL= yes