summaryrefslogtreecommitdiffstats
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-26 22:18:04 +0000
committerkris <kris@FreeBSD.org>2005-03-26 22:18:04 +0000
commit012e1d9988d106ff077b292acd23ed93df5af5fc (patch)
tree956c879cea805728c49ed61a3d7f0a907e3eec64 /databases/rrdtool
parente2c7d957229b69c1e0dc531020c769d55dc80195 (diff)
downloadFreeBSD-ports-012e1d9988d106ff077b292acd23ed93df5af5fc.zip
FreeBSD-ports-012e1d9988d106ff077b292acd23ed93df5af5fc.tar.gz
BROKEN on ia64: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index b86fa18..9329cce 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/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' \
OpenPOWER on IntegriCloud