pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/stalin Fixed build problem reported by Aleksej Sa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0707179cbf7
branches:  trunk
changeset: 533674:d0707179cbf7
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Sep 23 15:30:23 2007 +0000

description:
Fixed build problem reported by Aleksej Saushev in PR 37019.
Location of boehm-gc header files has been changed.

diffstat:

 lang/stalin/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c0a0e673c1d5 -r d0707179cbf7 lang/stalin/Makefile
--- a/lang/stalin/Makefile      Sun Sep 23 15:00:26 2007 +0000
+++ b/lang/stalin/Makefile      Sun Sep 23 15:30:23 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2007/09/23 14:34:38 obache Exp $
+# $NetBSD: Makefile,v 1.31 2007/09/23 15:30:23 obache Exp $
 
 DISTNAME=              stalin-0.9
 PKGREVISION=           5
@@ -20,6 +20,7 @@
 .if (${MACHINE_ARCH} == "sparc")
 CFLAGS:=               ${CFLAGS:C/-O[0-9]*/-O0/}
 .endif
+CPPFLAGS+=             -I${BUILDLINK_PREFIX.boehm-gc}/include/gc
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 



Home | Main Index | Thread Index | Old Index