BROKEN on amd64: Does not compile
This commit is contained in:
parent
34b36ad734
commit
4a766b70eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105582
@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
|
||||
BROKEN= "Does not compile on alpha >= 5.x"
|
||||
.if ( ${ARCH} == "alpha" && ${OSVERSION} >= 502102 ) || ${ARCH} == "amd64"
|
||||
BROKEN= "Does not compile on alpha >= 5.x or amd64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user