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:
parent
aca2eeeeba
commit
073a2cd7cc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146600
@ -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} && \
|
||||
|
Loading…
Reference in New Issue
Block a user