mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
This appears to be broken globally on 5.x.
This commit is contained in:
parent
f879263b76
commit
a8b9bd5723
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106698
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ( ${ARCH} == "alpha" && ${OSVERSION} >= 502102 ) || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha >= 5.x or amd64"
|
||||
.if ( ${OSVERSION} >= 502102 )
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue