This is also broken on alpha 4.x
This commit is contained in:
parent
834d150c05
commit
5e5e7a971d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104445
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ NEW_FILES= Fl_Editor.H editengine.h
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
BROKEN= Does not build
|
||||
.if ${OSVERSION} >= 500000 || ${ARCH} == "alpha"
|
||||
BROKEN= Does not build except on i386 4.x
|
||||
.endif
|
||||
|
||||
# Post-extract
|
||||
|
|
Loading…
Reference in a new issue