summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorD.M.D. Ljungmark <spider@gentoo.org>2002-11-28 07:33:07 +0000
committerD.M.D. Ljungmark <spider@gentoo.org>2002-11-28 07:33:07 +0000
commit2218b946fb501ded97cb548c532770dd321e1b33 (patch)
tree2033d6512680f9ceda19665604fcc415de0e0e8f /gnome-base
parentnew tarballs (diff)
downloadhistorical-2218b946fb501ded97cb548c532770dd321e1b33.tar.gz
historical-2218b946fb501ded97cb548c532770dd321e1b33.tar.bz2
historical-2218b946fb501ded97cb548c532770dd321e1b33.zip
a dirty hack to move a problem out of view
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libbonoboui/ChangeLog8
-rw-r--r--gnome-base/libbonoboui/libbonoboui-2.0.3.2.ebuild12
2 files changed, 17 insertions, 3 deletions
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 <spider@gentoo.org> 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 <spider@gentoo.org> 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"