From 1424c842e881c1ebf2cfd5c4b3ec1894dc73b5a8 Mon Sep 17 00:00:00 2001 From: "D.M.D. Ljungmark" Date: Thu, 28 Nov 2002 07:33:07 +0000 Subject: a dirty hack to move a problem out of view --- gnome-base/libbonoboui/ChangeLog | 8 ++++++-- gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild | 12 +++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) (limited to 'gnome-base') diff --git a/gnome-base/libbonoboui/ChangeLog b/gnome-base/libbonoboui/ChangeLog index 45d6c0cb4f2c..c5bd975f3693 100644 --- a/gnome-base/libbonoboui/ChangeLog +++ b/gnome-base/libbonoboui/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for gnome-base/libbonoboui # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.12 2002/11/13 00:25:15 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/ChangeLog,v 1.13 2002/11/28 07:33:07 spider Exp $ *libbonoboui-2.1.0 (12 Nov 2002) @@ -8,7 +8,11 @@ GNOME 2.1.2 release *libbonoboui-2.0.3.2 (27 Oct 2002) - + + 28 nov 2002; Spider libbonoboui-2.0.3.2.ebuild : + added a CFLAGS hack to work around a dissapearing include problem. this + doesnt solve it, but it makes it dissapear for the moment. + 11 Nov 2002; Spider libbonoboui-2.0.3.2.ebuild : marked as stable for x86 diff --git a/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild b/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild index a68a7df19737..6b43d645130f 100644 --- a/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild +++ b/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild,v 1.2 2002/11/12 01:00:14 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild,v 1.3 2002/11/28 07:33:07 spider Exp $ inherit gnome2 @@ -24,6 +24,16 @@ DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 >=dev-util/intltool-0.22" + +# quick and dirty fix. the -I/usr/include/libxml2 dissapears inside the +# bonobo/ somewhere during make. +# im removing the symptom here, not the problem. this needs to be investigated +# furhter at some time. + + +CFLAGS="${CFLAGS} -I/usr/include/libxml2" + + LIBTOOL_FIX="0" DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" -- cgit v1.2.3-65-gdbad