mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
BROKEN on ia64: Does not compile
This commit is contained in:
parent
412cf46927
commit
9b4534401c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121923
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
|
|||
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -lio"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||
BROKEN= "Does not compile on sparc64 or ia64"
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
|
Loading…
Add table
Reference in a new issue