aboutsummaryrefslogtreecommitdiffstats
path: root/net/nam
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-08-09 21:46:22 +0800
committerpav <pav@FreeBSD.org>2005-08-09 21:46:22 +0800
commit3a200a3c65c94523f55d258fa744f41b6530b8a7 (patch)
tree1f13610a4da2e648e759d76a4b0262428734f82b /net/nam
parentd6db5cfaecfde7e94eea2ad016f11d54742eb721 (diff)
downloadfreebsd-ports-gnome-3a200a3c65c94523f55d258fa744f41b6530b8a7.tar.gz
freebsd-ports-gnome-3a200a3c65c94523f55d258fa744f41b6530b8a7.tar.zst
freebsd-ports-gnome-3a200a3c65c94523f55d258fa744f41b6530b8a7.zip
- Mark BROKEN on sparc64/ia64
Reported by: krismail Approved by: portmgr (kris)
Diffstat (limited to 'net/nam')
-rw-r--r--net/nam/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/nam/Makefile b/net/nam/Makefile
index 8810185c1f8f..5bf73e9c7fc5 100644
--- a/net/nam/Makefile
+++ b/net/nam/Makefile
@@ -27,6 +27,12 @@ CONFIGURE_ARGS= --with-tcl-ver=8.4 --with-tk-ver=8.4
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= # empty
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's,friend Queue,friend class Queue,' ${WRKSRC}/queue.h
@@ -38,4 +44,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ex/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>