pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb9444c5266f
branches:  trunk
changeset: 531326:cb9444c5266f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 28 08:59:46 2007 +0000

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

diffstat:

 chat/gale/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r eb4937ff3bf7 -r cb9444c5266f chat/gale/Makefile
--- a/chat/gale/Makefile        Sat Jul 28 08:53:10 2007 +0000
+++ b/chat/gale/Makefile        Sat Jul 28 08:59:46 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2007/02/22 19:26:11 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2007/07/28 08:59:46 wiz Exp $
 
 DISTNAME=      gale-0.99fruit
 PKGNAME=       gale-0.99f
@@ -17,6 +17,7 @@
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ENV+=                PROG_GLIB_CONFIG=${GLIB_CONFIG:Q}
 
+CPPFLAGS+=             -I${BUILDLINK_PREFIX.boehm-gc}/include/gc
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.rsaref}/include/rsaref
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.libwww}/include/w3c-libwww
 CPPFLAGS+=             -I${BUILDLINK_PREFIX.tcl}/include/tcl



Home | Main Index | Thread Index | Old Index