mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on ia64: Segfault during build
This commit is contained in:
parent
7a6c123cce
commit
4c432450b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148908
2 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Segfault during build on ia64"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "sparc64"
|
||||
USE_REINPLACE= yes
|
||||
post-patch:
|
||||
|
|
|
@ -51,6 +51,10 @@ PLIST_SUB+= ICUVER=${PORTVERSION}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= "Segfault during build on ia64"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} != "sparc64"
|
||||
USE_REINPLACE= yes
|
||||
post-patch:
|
||||
|
|
Loading…
Add table
Reference in a new issue