diff options
author | wiz <wiz@pkgsrc.org> | 2007-07-28 10:23:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-07-28 10:23:45 +0000 |
commit | 31b7c4337502145181cf61861d82afedff3e2860 (patch) | |
tree | d4a24d383c1c4a169bff07fc60c3b22609bbbccb /x11/antiright | |
parent | 7e886a0c27240e72428f823c0e3fc058c1418197 (diff) | |
download | pkgsrc-31b7c4337502145181cf61861d82afedff3e2860.tar.gz |
Fix build with boehm-gc>=7.
Diffstat (limited to 'x11/antiright')
-rw-r--r-- | x11/antiright/Makefile | 4 |
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. |