- Remove always false OSVERSION condition

This commit is contained in:
Dmitry Marakasov 2015-02-03 14:50:55 +00:00
parent 97d711137f
commit b55097447b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378353

View File

@ -33,9 +33,7 @@ LIBCUSE= ${LIBDIR}/libcuse4bsd.so
MAKE_ENV+= DEBUG_FLAGS='${DEBUG_FLAGS}'
.endif
.if ${OSVERSION} < 800069
IGNORE= does not build with the old USB stack
.elif ${OSVERSION} > 1000012
.if ${OSVERSION} > 1000012
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-uhidd-parser.y
.endif