From da231b113e1a8670d02c9da292fd9ff3d01928a5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 28 Jul 2007 10:23:45 +0000 Subject: Fix build with boehm-gc>=7. --- x11/antiright/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/antiright') diff --git a/x11/antiright/Makefile b/x11/antiright/Makefile index 2d8dc1d8849..4ff1b700ced 100644 --- a/x11/antiright/Makefile +++ b/x11/antiright/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/28 13:17:48 obache Exp $ +# $NetBSD: Makefile,v 1.2 2007/07/28 10:23:45 wiz Exp $ # DISTNAME= antiright-3.4 @@ -14,6 +14,8 @@ HAS_CONFIGURE= YES USE_LANGUAGES= c USE_TOOLS+= pkg-config lex yacc +CPPFLAGS+= -I${BUILDLINK_PREFIX.boehm-gc}/include/gc + SUBST_CLASSES+= mandir SUBST_STAGE.mandir= pre-configure SUBST_MESSAGE.mandir= Fixing manual directory references. -- cgit v1.2.3