From c85f70708cd09173aba9643be8458bc13af93b94 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 23 Dec 2003 08:54:42 +0000 Subject: [PATCH] Per bento logs, mark as broken on recent versions of 5.x due to gcc3.3 compile problems. Informed maintainer. --- x11-wm/hackedbox/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/x11-wm/hackedbox/Makefile b/x11-wm/hackedbox/Makefile index d4d9e7e6b9b4..86fde9e9091e 100644 --- a/x11-wm/hackedbox/Makefile +++ b/x11-wm/hackedbox/Makefile @@ -28,6 +28,12 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-bg-utils +.include + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + do-patch: ${REINPLACE_CMD} -e \ "s:/usr/local/share/hackedbox:${PREFIX}/share/hackedbox:g" \ @@ -91,4 +97,4 @@ do-install: .endfor .endif -.include +.include