From 3cdc8f829e42c4e6fb17345e08f71e13f2e76f2a Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 26 Mar 2005 22:18:04 +0000 Subject: BROKEN on ia64: Does not build Approved by: portmgr (self) --- databases/rrdtool10/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'databases/rrdtool10') diff --git a/databases/rrdtool10/Makefile b/databases/rrdtool10/Makefile index b86fa1819577..9329cceb60f5 100644 --- a/databases/rrdtool10/Makefile +++ b/databases/rrdtool10/Makefile @@ -46,6 +46,10 @@ CONFIGURE_ARGS+=--enable-latin2 CONFIGURE_ARGS+=--with-pic .endif +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ia64" +.endif + post-extract: .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \ -- cgit v1.2.3