mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Mark BROKEN on ia64.
Note: the author knowns problems on 64 bits platform, and they will be addressed. Reported by: Kris via pointyhat.
This commit is contained in:
parent
0cae105faf
commit
5f40e2cac1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134469
@ -67,8 +67,8 @@ PLIST_SUB+= XML="@comment "
|
||||
BROKEN= "Does not compile with gcc-2.95"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Segfault during build on sparc64"
|
||||
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Segfault during build on ${ARCH}"
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} < 502110
|
||||
|
Loading…
Reference in New Issue
Block a user