diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-03-06 20:29:24 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-03-06 20:29:24 +0000 |
commit | eb3a985863602e2d5d65e708e97be293ec63a7f6 (patch) | |
tree | 2d773e3ab38a0157d912b3e9170cafa688d19ccf /x11-libs/openmotif/openmotif-2.2.3-r9.ebuild | |
parent | Modular X dependency fix; version bump, bug #52796: thanks to Matija Suklje. (diff) | |
download | gentoo-2-eb3a985863602e2d5d65e708e97be293ec63a7f6.tar.gz gentoo-2-eb3a985863602e2d5d65e708e97be293ec63a7f6.tar.bz2 gentoo-2-eb3a985863602e2d5d65e708e97be293ec63a7f6.zip |
fix bug 125149
(Portage version: 2.1_pre5-r2)
Diffstat (limited to 'x11-libs/openmotif/openmotif-2.2.3-r9.ebuild')
-rw-r--r-- | x11-libs/openmotif/openmotif-2.2.3-r9.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild b/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild index 3223e9b78beb..d0aef06dfd25 100644 --- a/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild +++ b/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild,v 1.1 2006/02/16 16:01:20 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r9.ebuild,v 1.2 2006/03/06 20:29:24 blubb Exp $ inherit eutils libtool flag-o-matic multilib @@ -8,7 +8,8 @@ MY_P=${P/m/M} S=${WORKDIR}/${MY_P} DESCRIPTION="Open Motif" HOMEPAGE="http://www.motifzone.org/" -SRC_URI="ftp://ftp.motifzone.net/om${PV}/src/${MY_P}.tar.gz" +SRC_URI="ftp://ftp.motifzone.net/om${PV}/src/${MY_P}.tar.gz + mirror://gentoo/${P}-CAN-2004-0914-newer.patch.bz2" LICENSE="MOTIF" SLOT="2.2" @@ -47,8 +48,8 @@ src_unpack() { # various patches epatch ${FILESDIR}/${P}-mwm-configdir.patch - epatch ${FILESDIR}/${P}-CAN-2004-0687-0688.patch.bz2 - epatch ${FILESDIR}/${P}-CAN-2004-0914-newer.patch.bz2 + epatch ${FILESDIR}/${P}-CAN-2004-0687-0688.patch + epatch ${WORKDIR}/${P}-CAN-2004-0914-newer.patch epatch ${FILESDIR}/${P}-CAN-2004-0914_sec8.patch epatch ${FILESDIR}/${P}-char_not_supported.patch epatch ${FILESDIR}/${P}-pixel_length.patch |