mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
parent
d5047b721d
commit
99a936c60a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282873
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue