pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/libgnomedb require gcc-3.3 (I don't understa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de7577a4c389
branches:  trunk
changeset: 490139:de7577a4c389
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Mar 03 16:39:28 2005 +0000

description:
require gcc-3.3 (I don't understand the problem with 2.95, but it helps)
should fix problem seen on 1.6 bulk build

diffstat:

 databases/libgnomedb/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 75c326e7a0ea -r de7577a4c389 databases/libgnomedb/Makefile
--- a/databases/libgnomedb/Makefile     Thu Mar 03 16:36:46 2005 +0000
+++ b/databases/libgnomedb/Makefile     Thu Mar 03 16:39:28 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2005/02/24 19:17:10 drochner Exp $
+# $NetBSD: Makefile,v 1.32 2005/03/03 16:39:28 drochner Exp $
 #
 
 DISTNAME=              libgnomedb-1.2.0
@@ -14,6 +14,7 @@
 
 USE_X11=               YES
 USE_GNU_TOOLS+=                make
+GCC_REQD=              3.3
 USE_LIBTOOL=           YES
 USE_BUILDLINK3=                YES
 USE_DIRS+=             gnome2-1.5



Home | Main Index | Thread Index | Old Index