- Mark IGNORE on !i386, it's just broken in many ways

PR:		133747
Submitted by:	Da Rock <rock_on_the_web@hotmail.com>
This commit is contained in:
Dmitry Marakasov 2011-10-03 14:58:49 +00:00
parent d5047b721d
commit 99a936c60a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282873

View File

@ -25,6 +25,12 @@ USE_OPENAL= al
PORTDOCS= *
PORTEXAMPLES= *
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
IGNORE= crashes or doesn't work on !i386
.endif
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
@ -35,4 +41,4 @@ post-install:
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>