pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/antiright Fix build with boehm-gc>=7.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/02b0763c02a7
branches:  trunk
changeset: 531330:02b0763c02a7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 28 10:23:45 2007 +0000

description:
Fix build with boehm-gc>=7.

diffstat:

 x11/antiright/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 116642768d61 -r 02b0763c02a7 x11/antiright/Makefile
--- a/x11/antiright/Makefile    Sat Jul 28 09:58:42 2007 +0000
+++ b/x11/antiright/Makefile    Sat Jul 28 10:23:45 2007 +0000
@@ -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 @@
 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.



Home | Main Index | Thread Index | Old Index