From ec27528eee599a4b20167f63a1a9040442960761 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 18 Nov 2004 22:08:03 +0000 Subject: [PATCH] BROKEN on 6.x and !i386: Does not compile --- chinese/qterm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile index 84a003b3a116..6f680a2822be 100644 --- a/chinese/qterm/Makefile +++ b/chinese/qterm/Makefile @@ -25,6 +25,12 @@ USE_PYTHON= -2.3 CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} .endif +.include + +.if ${OSVERSION} >= 600000 && ${ARCH} != "i386" +BROKEN= "Does not compile on FreeBSD >= 6.x on !i386" +.endif + pre-everything:: .if !defined(WITHOUT_PYTHON) @${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." @@ -34,4 +40,4 @@ post-patch: @${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ ${WRKSRC}/configure -.include +.include