pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/grap Fall back to c++ STL map instead of __gn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eca6ec5a7e6d
branches:  trunk
changeset: 536792:eca6ec5a7e6d
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Dec 22 20:47:19 2007 +0000

description:
Fall back to c++ STL map instead of __gnu_cxx::hash_map even if we have
the __gnu_cxx extensions. (The latter seems to trigger a crash.)
Bump PKGREVISION.

diffstat:

 graphics/grap/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ab01ec26207b -r eca6ec5a7e6d graphics/grap/Makefile
--- a/graphics/grap/Makefile    Sat Dec 22 20:05:44 2007 +0000
+++ b/graphics/grap/Makefile    Sat Dec 22 20:47:19 2007 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2007/12/22 19:42:01 tnn Exp $
+# $NetBSD: Makefile,v 1.16 2007/12/22 20:47:19 tnn Exp $
 
 DISTNAME=      grap-1.41
+PKGREVISION=   1
 CATEGORIES=    graphics
 MASTER_SITES=  http://www.lunabase.org/~faber/Vault/software/grap/
 
@@ -12,6 +13,7 @@
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 GNU_CONFIGURE= yes
+CONFIGURE_ENV+=        ac_cv_header_ext_hash_map=no
 USE_LANGUAGES= c c++
 USE_TOOLS+=    lex yacc
 



Home | Main Index | Thread Index | Old Index