1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Mark as broken on sparc64: does not compile.

This commit is contained in:
Mark Linimon 2008-02-01 11:52:51 +00:00
parent b32134eda7
commit d794529c2a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206570

View File

@ -33,4 +33,10 @@ post-patch:
pre-configure: pre-configure:
@cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ACLOCAL_ARGS="${ACLOCAL_ARGS}" ${SH} autogen.sh @cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ACLOCAL_ARGS="${ACLOCAL_ARGS}" ${SH} autogen.sh
.include <bsd.port.mk> .include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>