From 51c11dac3da269614227a7f194db7345f7b5da30 Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 24 Sep 2010 10:55:23 +0000 Subject: [PATCH] don't spend 11 hours trying to build this on arm only to have it fail --- net/xorp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/xorp/Makefile b/net/xorp/Makefile index 71de11f338a..98bfbc9a174 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2010/04/21 22:10:21 landry Exp $ +# $OpenBSD: Makefile,v 1.16 2010/09/24 10:55:23 sthen Exp $ COMMENT-main= eXtensible Open Router Platform @@ -9,6 +9,7 @@ CATEGORIES= net HOMEPAGE= http://www.xorp.org/ BROKEN-sparc64= ICE in route_table_fanout.cc +BROKEN-arm= xorpsh_print_routes.cc fails # GPLv2 PERMIT_PACKAGE_CDROM= Yes