From 5db4b3843ee6183a3333743b41f709ac063951fe Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 3 Apr 2004 14:06:59 +0000 Subject: BROKEN on amd64: Configure fails --- graphics/kallery/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/kallery') diff --git a/graphics/kallery/Makefile b/graphics/kallery/Makefile index 57ff68d47eb1..d5a68eb867af 100644 --- a/graphics/kallery/Makefile +++ b/graphics/kallery/Makefile @@ -25,6 +25,12 @@ USE_REINPLACE= yes CONFIGURE_TARGET= CONFIGURE_ARGS+= --prefix=${LOCALBASE} +.include + +.if ${ARCH} == "amd64" +BROKEN= "Configure fails on amd64" +.endif + post-patch: .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -Ee \ @@ -34,4 +40,4 @@ post-patch: @${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in .endif -.include +.include -- cgit v1.2.3