diff options
author | Seth Chandler <sethbc@gentoo.org> | 2003-04-22 04:05:42 +0000 |
---|---|---|
committer | Seth Chandler <sethbc@gentoo.org> | 2003-04-22 04:05:42 +0000 |
commit | f706f452bfebcf5b3ab8bb6bd62a0c3655a17e0a (patch) | |
tree | 95b53dbf071029210ff859a0cc96fcc14df51ee4 /app-office/openoffice | |
parent | still wokring on distcc/ccache (diff) | |
download | historical-f706f452bfebcf5b3ab8bb6bd62a0c3655a17e0a.tar.gz historical-f706f452bfebcf5b3ab8bb6bd62a0c3655a17e0a.tar.bz2 historical-f706f452bfebcf5b3ab8bb6bd62a0c3655a17e0a.zip |
still wokring on distcc/ccache
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/Manifest | 2 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.0.3.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-office/openoffice/Manifest b/app-office/openoffice/Manifest index b3549d8cce39..996df24d2aca 100644 --- a/app-office/openoffice/Manifest +++ b/app-office/openoffice/Manifest @@ -1,4 +1,4 @@ -MD5 eb14a9e7ea513da5f72441548c62e4f0 openoffice-1.0.3.ebuild 20926 +MD5 26d9f59c911d655ed5ce40a8c0bd7999 openoffice-1.0.3.ebuild 20926 MD5 2bcfc01a7018c7309e5afe484897f1ba openoffice-1.1_beta.ebuild 16779 MD5 460ff929624efb91c3bd1b41d72bd27d openoffice-1.0.2-r2.ebuild 20934 MD5 3d1de45989289e7ec5223c0c8cb45868 openoffice-1.0.2.ebuild 18274 diff --git a/app-office/openoffice/openoffice-1.0.3.ebuild b/app-office/openoffice/openoffice-1.0.3.ebuild index 9989cfe6567d..ecce9592819c 100644 --- a/app-office/openoffice/openoffice-1.0.3.ebuild +++ b/app-office/openoffice/openoffice-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.3.ebuild,v 1.8 2003/04/17 22:44:48 sethbc Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.0.3.ebuild,v 1.9 2003/04/22 04:05:36 sethbc Exp $ # IMPORTANT: This is extremely alpha!!! @@ -381,7 +381,7 @@ src_compile() { # Enable distcc for this build (Az) if [ "${FEATURES/-distcc/}" = "${FEATURES}" -a \ "${FEATURES/distcc/}" != "${FEATURES}" -a \ - -f /usr/bin/ccache -a -x /usr/bin/distcc ] + -f /usr/bin/distcc -a -x /usr/bin/distcc ] then einfo "We're using distcc for this build..." # Do not bump ECPUS if the user did not touch it, as currently @@ -389,8 +389,8 @@ src_compile() { [ "$(echo ${DISTCC_HOSTS} | wc -w)" -gt 1 -a "${ECPUS}" -qt 1 ] && \ export ECPUS="$(echo ${DISTCC_HOSTS} | wc -w)" - export CC="distcc ${CC}" - export CXX="distcc ${CXX}" + export CC="/usr/bin/distcc ${CC}" + export CXX="/usr/bin/distcc ${CXX}" fi # Do NOT compile with a external STLport, as gcc-2.95.3 users will |