mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Mark as broken on amd64 >= 6.0, as it does not build there.
Reported by: pointyhat via kris
This commit is contained in:
parent
03a40d4ed4
commit
b4fb57a5a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140509
@ -42,6 +42,10 @@ MAKE_ENV= QTDIR="${X11BASE}"
|
||||
IGNORE= does not compile on FreeBSD 4.x, due to lack of pselect() in libc
|
||||
.endif
|
||||
|
||||
.if ${OSVERSION} >= 600000 && ${ARCH} == "amd64"
|
||||
BROKEN= "does not build"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|/bin/bash|${LOCALBASE}&| ; \
|
||||
|
Loading…
Reference in New Issue
Block a user