diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 21:22:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-20 21:22:17 +0000 |
commit | f3393e8372606d826ad06c1f85dc794f967bbc0c (patch) | |
tree | 39102291b301458f89dafa7e10fd80bc73b8e899 /archivers | |
parent | 0fe5bddf89437ad3652023140b76ea20104e22d9 (diff) | |
download | ports-f3393e8372606d826ad06c1f85dc794f967bbc0c.tar.gz ports-f3393e8372606d826ad06c1f85dc794f967bbc0c.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xmill/Makefile | 8 |
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> |