diff options
author | 2002-12-07 08:56:38 +0000 | |
---|---|---|
committer | 2002-12-07 08:56:38 +0000 | |
commit | 41c4ee53edc6c7a07f6cd930a2f5f88f12fed8ca (patch) | |
tree | 6e7db59b7b321d9381a77c92f44c1251f5b41cca /app-office | |
parent | small fix0rs (diff) | |
download | historical-41c4ee53edc6c7a07f6cd930a2f5f88f12fed8ca.tar.gz historical-41c4ee53edc6c7a07f6cd930a2f5f88f12fed8ca.tar.bz2 historical-41c4ee53edc6c7a07f6cd930a2f5f88f12fed8ca.zip |
fixed libstdc++-5.0.1 bug
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/openoffice/openoffice-1.0.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/openoffice/openoffice-1.0.1-r2.ebuild b/app-office/openoffice/openoffice-1.0.1-r2.ebuild index de05f1622564..34282bbcc2c7 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.6 2002/12/05 20:30:51 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.1-r2.ebuild,v 1.7 2002/12/07 08:56:38 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -161,7 +161,7 @@ src_unpack() { if [ "$(gcc-version)" = "3.2" ] then epatch ${FILESDIR}/${PV}/${P}-use-libstdc++-5.0.1.patch - cd ${S}/solver/641/unxlngi4.pro + cd ${S}/solver/641/unxlngi4.pro/lib if [ -f libstdc++.so.5.0.0 ] then ln -s libstdc++.so.5.0.0 libstdc++.so.5.0.1 |