1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

BROKEN on amd64 and ia64: Does not compile

This commit is contained in:
Kris Kennaway 2005-10-28 22:44:44 +00:00
parent aca2eeeeba
commit 073a2cd7cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146600

View File

@ -32,6 +32,10 @@ MAKEMAKE_ARGS=--prefix=${PREFIX} --mandir=${PREFIX}/man --with-dynamic-ffi \
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64 || ${ARCH} == ia64
BROKEN= "Does not compile on amd64 or ia64"
.endif
# The source doesn't include a top-level Makefile, so we'll fake one.
post-extract:
@cd ${WRKSRC} && \