BROKEN on !i386: Does not compile
This commit is contained in:
parent
98e446c349
commit
ab7ba5abd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101811
1 changed files with 7 additions and 1 deletions
|
@ -19,4 +19,10 @@ USE_GNOME= gnomehack
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386"
|
||||
BROKEN= "Does not compile"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue