diff options
author | Seth Chandler <sethbc@gentoo.org> | 2002-12-05 20:30:51 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2002-12-05 20:30:51 +0000 |
commit | e54172a8be4a37e8bc2bd9e689eade28bf4b2106 (patch) | |
tree | 11060af648f80223ad3ee6c27df3002c93e28b34 /app-office | |
parent | portage-2.0.45-r2 (diff) | |
download | gentoo-2-e54172a8be4a37e8bc2bd9e689eade28bf4b2106.tar.gz gentoo-2-e54172a8be4a37e8bc2bd9e689eade28bf4b2106.tar.bz2 gentoo-2-e54172a8be4a37e8bc2bd9e689eade28bf4b2106.zip |
fix libstdc++ bug
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app-office/openoffice/openoffice-1.0.1-r2.ebuild b/app-office/openoffice/openoffice-1.0.1-r2.ebuild index 8056fb0589dc..de05f1622564 100644 --- a/app-office/openoffice/openoffice-1.0.1-r2.ebuild +++ b/app-office/openoffice/openoffice-1.0.1-r2.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/app-office/openoffice/openoffice-1.0.1-r2.ebuild,v 1.5 2002/12/03 13:43:22 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r2.ebuild,v 1.6 2002/12/05 20:30:51 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -161,8 +161,15 @@ src_unpack() { if [ "$(gcc-version)" = "3.2" ] then epatch ${FILESDIR}/${PV}/${P}-use-libstdc++-5.0.1.patch + cd ${S}/solver/641/unxlngi4.pro + if [ -f libstdc++.so.5.0.0 ] + then + ln -s libstdc++.so.5.0.0 libstdc++.so.5.0.1 + fi fi + cd ${S} + # Debian patch to enable build of zipdep epatch ${FILESDIR}/${PV}/${PN}-1.0.0-zipdep-not-found.patch |