From 737b8faa1b1715dc5c445a0fdb85a6c971d00b0d Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 3 Jul 2007 09:32:56 +0000 Subject: - Mark BROKEN on CURRENT: does not build with GCC 4.2 --- cad/varkon/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cad/varkon') diff --git a/cad/varkon/Makefile b/cad/varkon/Makefile index 72e8f3f70724..df54601bea7a 100644 --- a/cad/varkon/Makefile +++ b/cad/varkon/Makefile @@ -32,6 +32,12 @@ MAKE_ENV+= VARKON_ROOT=${VARKON_ROOT} VARKON_PREFIX= ${PREFIX}/share/varkon WEB_BROWSER?= mozilla +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + post-patch: @${REINPLACE_CMD} -e 's+%%MAKE%%+${GMAKE}+g;' ${WRKSRC}/make_varkon @${REINPLACE_CMD} -e 's+netscape+${WEB_BROWSER}+ ' \ @@ -71,4 +77,4 @@ do-install: -d ${DOCSDIR} .endif -.include +.include -- cgit v1.2.3