1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

Mark as broken on sparc64: does not compile.

This commit is contained in:
Mark Linimon 2009-02-03 06:18:18 +00:00
parent 2e408b73ec
commit 164d970ce6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227507

View File

@ -36,4 +36,10 @@ CONFIGURE_ENV+= EXTRA_CFLAGS="${CFLAGS}" EXTRA_CXXFLAGS="${CXXFLAGS}" LDFLAGS="$
DOCSDIR= ${PREFIX}/share/doc/vmime
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>