diff options
author | pav <pav@FreeBSD.org> | 2005-08-09 21:46:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-08-09 21:46:22 +0800 |
commit | 3a200a3c65c94523f55d258fa744f41b6530b8a7 (patch) | |
tree | 1f13610a4da2e648e759d76a4b0262428734f82b /net/nam | |
parent | d6db5cfaecfde7e94eea2ad016f11d54742eb721 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |