Mark BROKEN on ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
Notified by: pointyhat via pav
This commit is contained in:
parent
8862c8e2b4
commit
123cd9d586
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231020
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ MAKE_ENV+= LDFLAGS="${LDFLAGS}" BINS="${EXTRABUILDS}"
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800067 && ${ARCH} == "amd64"
|
||||
BROKEN= does not compile
|
||||
.endif
|
||||
|
||||
.if defined(WITH_DECRYPT)
|
||||
MAN1= cisco-decrypt.1
|
||||
EXTRABUILDS+= cisco-decrypt
|
||||
|
|
Loading…
Reference in a new issue