1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

Does not compile on alpha 4.x

This commit is contained in:
Kris Kennaway 2004-03-14 03:39:09 +00:00
parent baa2452e1f
commit 3fa54f2bc2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103948

View File

@ -64,6 +64,10 @@ CONFDIR= ${PREFIX}/etc/click/conf
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile on alpha 4.x"
.endif
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif