diff -Nur hte/Makefile hte.new/Makefile --- hte/Makefile Fri Sep 15 05:46:04 2006 +++ hte.new/Makefile Thu Feb 1 11:20:33 2007 @@ -24,8 +24,12 @@ .include -.if ${ARCH} == ia64 +.if ${ARCH} == "ia64" BROKEN= does not build on ia64 +.endif + +.if ${ARCH} == "amd64" && ${OSVERSION} > 700000 +BROKEN= does not build on 7.x for amd64 .endif .if ${OSVERSION} < 400000