From 0780800c8750d879264197bd8b344c1b7e8be2f6 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 26 Sep 2004 01:46:00 +0000 Subject: BROKEN on 5.x: Configure fails Approved by: portmgr (self) --- databases/knoda/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases/knoda') diff --git a/databases/knoda/Makefile b/databases/knoda/Makefile index fa01262acb7c..f75a80e916f7 100644 --- a/databases/knoda/Makefile +++ b/databases/knoda/Makefile @@ -29,7 +29,13 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-hk_classes-dir=${LOCALBASE}/lib/hk_classes \ --with-hk_classes-incdir=${LOCALBASE}/include/hk_classes +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Configure fails on FreeBSD >= 5.x" +.endif + post-patch: ${REINPLACE_CMD} -e 's,-pedantic ,,' ${WRKSRC}/configure -.include +.include -- cgit v1.2.3