mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
BROKEN on sparc64 and ia64: Does not compile
Approved by: portmgr (self)
This commit is contained in:
parent
98f36731b0
commit
bfd3f5df35
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131986
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ LIB_DATA= alpi bfct bgk const cyclic defs.h dfff dmul dmul102 \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
|
||||||
|
BROKEN= "Does not compile on sparc64 or ia64"
|
||||||
|
.endif
|
||||||
|
|
||||||
pre-install:
|
pre-install:
|
||||||
@${MKDIR} ${DATADIR}
|
@${MKDIR} ${DATADIR}
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue