diff options
author | Fabian Groffen <grobian@gentoo.org> | 2005-11-12 17:50:44 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2005-11-12 17:50:44 +0000 |
commit | 4aea94d3368cd6d9479c12b353fbdb2c3221e329 (patch) | |
tree | 9039630c885ae384b425fcfc22aca3a59835ac1c /app-dicts/wordnet/wordnet-2.0.ebuild | |
parent | Fix segfault on amd64 by adding a patch from AJ Frantz <ajfrantz@umich.edu>. ... (diff) | |
download | gentoo-2-4aea94d3368cd6d9479c12b353fbdb2c3221e329.tar.gz gentoo-2-4aea94d3368cd6d9479c12b353fbdb2c3221e329.tar.bz2 gentoo-2-4aea94d3368cd6d9479c12b353fbdb2c3221e329.zip |
Added patch supplied by dirk {dot] schoenberger |at: freenet.de to compile on OSX, marked ~ppc-macos
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-dicts/wordnet/wordnet-2.0.ebuild')
-rw-r--r-- | app-dicts/wordnet/wordnet-2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-dicts/wordnet/wordnet-2.0.ebuild b/app-dicts/wordnet/wordnet-2.0.ebuild index 67f5004ad5a4..22b6588a0961 100644 --- a/app-dicts/wordnet/wordnet-2.0.ebuild +++ b/app-dicts/wordnet/wordnet-2.0.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-dicts/wordnet/wordnet-2.0.ebuild,v 1.5 2005/04/23 11:23:01 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/wordnet/wordnet-2.0.ebuild,v 1.6 2005/11/12 17:50:44 grobian Exp $ inherit eutils @@ -12,12 +12,13 @@ DEPEND="dev-lang/tcl LICENSE="Princeton" IUSE="" SLOT="0" -KEYWORDS="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~x86" S=${WORKDIR}/WordNet-${PV} src_unpack() { unpack $A epatch ${FILESDIR}/Makefiles.diff + epatch "${FILESDIR}/${P}"-macos.patch } src_compile() { |