diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2005-05-03 06:12:00 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2005-05-03 06:12:00 +0000 |
commit | dc86e4644b0d5b1eb4e146a5a36a03a988f5da00 (patch) | |
tree | 97726c403a390ebe8241c87a1488b3c122c4e452 /app-office | |
parent | Version Bump (diff) | |
download | gentoo-2-dc86e4644b0d5b1eb4e146a5a36a03a988f5da00.tar.gz gentoo-2-dc86e4644b0d5b1eb4e146a5a36a03a988f5da00.tar.bz2 gentoo-2-dc86e4644b0d5b1eb4e146a5a36a03a988f5da00.zip |
Fix for bug #91179
(Portage version: 2.0.51.21)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/ChangeLog | 7 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.4-r1.ebuild | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index cf858258a9d6..15250e3f8ff5 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.119 2005/04/15 01:00:56 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.120 2005/05/03 06:12:00 suka Exp $ + + 03 May 2005; Andreas Proschofsky <suka@gentoo.org> + openoffice-1.1.4-r1.ebuild: + LIBC set in the environment breaks the build, so we manually unset it now, + see bug #91179 15 Apr 2005; Gustavo Zacarias <gustavoz@gentoo.org> openoffice-1.1.4-r1.ebuild: diff --git a/app-office/openoffice/openoffice-1.1.4-r1.ebuild b/app-office/openoffice/openoffice-1.1.4-r1.ebuild index 2e244b6ab648..6f5ae361f25a 100644 --- a/app-office/openoffice/openoffice-1.1.4-r1.ebuild +++ b/app-office/openoffice/openoffice-1.1.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.4-r1.ebuild,v 1.5 2005/04/15 21:59:19 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.4-r1.ebuild,v 1.6 2005/05/03 06:12:00 suka Exp $ # Notes: # @@ -299,6 +299,7 @@ get_EnvSet() { src_compile() { + unset LIBC addpredict /bin addpredict /root/.gconfd export MYCONF="" |