diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 13:46:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-08-09 13:46:22 +0000 |
commit | c7c416526e765059632a1e4827fd6b23408ffa47 (patch) | |
tree | 7aca298eac1a6cbfb1e13d21b7063b65f0081d16 /net/nam | |
parent | d20662bf311eb7b1a69e3ff486bea438365cbd9e (diff) | |
download | ports-c7c416526e765059632a1e4827fd6b23408ffa47.tar.gz ports-c7c416526e765059632a1e4827fd6b23408ffa47.zip |
Notes
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> |