- Mark BROKEN outside i386

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2009-05-15 20:42:35 +00:00
parent 953c116fec
commit 3997ba8bbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233955

View File

@ -19,4 +19,10 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/lexxia
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= does not compile: toString(long unsigned int) cannot be overloaded
.endif
.include <bsd.port.post.mk>