diff options
author | Jason Wever <weeve@gentoo.org> | 2004-11-01 04:03:03 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-11-01 04:03:03 +0000 |
commit | f25c2a78a2ca08c4dfe725d5729ac07cc5d40d7b (patch) | |
tree | 83a9faffbc98a375799d0b4302bd901d71861472 /app-office/openoffice | |
parent | fix use_enable vs use_with calls (Manifest recommit) (diff) | |
download | gentoo-2-f25c2a78a2ca08c4dfe725d5729ac07cc5d40d7b.tar.gz gentoo-2-f25c2a78a2ca08c4dfe725d5729ac07cc5d40d7b.tar.bz2 gentoo-2-f25c2a78a2ca08c4dfe725d5729ac07cc5d40d7b.zip |
Added a fix for sparc and ~sparc keyword.
Diffstat (limited to 'app-office/openoffice')
-rw-r--r-- | app-office/openoffice/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/openoffice/openoffice-1.1.3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-office/openoffice/ChangeLog b/app-office/openoffice/ChangeLog index fa6b87ba03b6..79da34bbb133 100644 --- a/app-office/openoffice/ChangeLog +++ b/app-office/openoffice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/openoffice # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.86 2004/10/23 13:22:08 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/ChangeLog,v 1.87 2004/11/01 04:03:03 weeve Exp $ + + 31 Oct 2004; Jason Wever <weeve@gentoo.org> openoffice-1.1.3.ebuild: + Added a fix for sparc and ~sparc keyword. 23 Oct 2004; suka@gentoo.org openoffice-1.1.3.ebuild: Filter another CFLAG which breaks the build diff --git a/app-office/openoffice/openoffice-1.1.3.ebuild b/app-office/openoffice/openoffice-1.1.3.ebuild index 3a6c042a02f9..3599e945043d 100644 --- a/app-office/openoffice/openoffice-1.1.3.ebuild +++ b/app-office/openoffice/openoffice-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.3.ebuild,v 1.5 2004/10/23 13:22:08 suka Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/openoffice/openoffice-1.1.3.ebuild,v 1.6 2004/11/01 04:03:03 weeve Exp $ # Notes: # @@ -37,7 +37,7 @@ HOMEPAGE="http://www.openoffice.org/" LICENSE="|| ( LGPL-2 SISSL-1.1 )" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" RDEPEND="!app-office/openoffice-bin >=sys-libs/glibc-2.1 @@ -324,6 +324,8 @@ src_compile() { LANGNAME="${LANGNAME},ENUS" fi + use sparc && MYCONF="${MYCONF} --disable-mozilla" + MYCONF="${MYCONF} --enable-libart \ --with-lang=${LANGNAME} \ --enable-libsn \ |