mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
BROKEN on ia64 and sparc64: does not build
Approved by: portmgr (self)
This commit is contained in:
parent
cc900452c5
commit
1d7f4668ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132078
1 changed files with 7 additions and 1 deletions
|
@ -18,4 +18,10 @@ USE_OPENSSL= YES
|
||||||
MAN8= tund.8
|
MAN8= tund.8
|
||||||
MANCOMPRESSED= yes
|
MANCOMPRESSED= yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||||
|
BROKEN= "Does not build on ia64 or sparc64"
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue