On rechecking my work, this is failing to install everywhere. Mark it

as such.
This commit is contained in:
Mark Linimon 2007-10-04 19:58:59 +00:00
parent 124be83293
commit 7987df5851
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200844

View file

@ -33,9 +33,7 @@ OPTIONS= DEBUG "Turn on debugging" off
CONFIGURE_ARGS+= --enable-debug=no
.endif
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
BROKEN= Does not install
.if ${ARCH} != "i386"
BROKEN= Does not build on !i386