summaryrefslogtreecommitdiff
path: root/x11/antiright
diff options
context:
space:
mode:
authorwiz <wiz>2007-07-28 10:23:45 +0000
committerwiz <wiz>2007-07-28 10:23:45 +0000
commit52f0c85da8a20a53faa8a0537e31449a34da4872 (patch)
treed4a24d383c1c4a169bff07fc60c3b22609bbbccb /x11/antiright
parent9e03d7c9b5e65aac5714e0e5fb5af84647fb599e (diff)
downloadpkgsrc-52f0c85da8a20a53faa8a0537e31449a34da4872.tar.gz
Fix build with boehm-gc>=7.
Diffstat (limited to 'x11/antiright')
-rw-r--r--x11/antiright/Makefile4
1 files changed, 3 insertions, 1 deletions
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.