aboutsummaryrefslogtreecommitdiff
path: root/archivers/xmill
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-20 21:22:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-20 21:22:17 +0000
commitf3393e8372606d826ad06c1f85dc794f967bbc0c (patch)
tree39102291b301458f89dafa7e10fd80bc73b8e899 /archivers/xmill
parent0fe5bddf89437ad3652023140b76ea20104e22d9 (diff)
downloadports-f3393e8372606d826ad06c1f85dc794f967bbc0c.tar.gz
ports-f3393e8372606d826ad06c1f85dc794f967bbc0c.zip
- Mark BROKEN on amd64/7 (cast to 'unsigned int' loses precision)
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=226558
Diffstat (limited to 'archivers/xmill')
-rw-r--r--archivers/xmill/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile
index 1d67d92730a3..b072ae4d2725 100644
--- a/archivers/xmill/Makefile
+++ b/archivers/xmill/Makefile
@@ -25,6 +25,12 @@ PLIST_FILES= bin/xcmill bin/xdemill bin/xmilltest bin/xmillexample \
PORTDOCS= *
PORTEXAMPLES= *
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64" && ${OSVERSION} >= 700043
+BROKEN= does not compile
+.endif
+
post-patch:
# Allow to build with modern GCC
@${REINPLACE_CMD} -e 's,friend,& class,' ${WRKSRC}/XMill/*.?pp \
@@ -43,4 +49,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>