diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-21 20:50:46 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-21 20:50:46 +0000 |
commit | b8ce6cbaebe812f71915a4c30e51dd57a65037c6 (patch) | |
tree | d299106201c782827424c8dfffff665f2b47ff56 /dev-db/gmyclient/gmyclient-0.3.ebuild | |
parent | Added to ~amd64 (diff) | |
download | historical-b8ce6cbaebe812f71915a4c30e51dd57a65037c6.tar.gz historical-b8ce6cbaebe812f71915a4c30e51dd57a65037c6.tar.bz2 historical-b8ce6cbaebe812f71915a4c30e51dd57a65037c6.zip |
added patch to fix compile problem. bug #71942
Diffstat (limited to 'dev-db/gmyclient/gmyclient-0.3.ebuild')
-rw-r--r-- | dev-db/gmyclient/gmyclient-0.3.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-db/gmyclient/gmyclient-0.3.ebuild b/dev-db/gmyclient/gmyclient-0.3.ebuild index 3ac3c8b3391a..c825a9351efa 100644 --- a/dev-db/gmyclient/gmyclient-0.3.ebuild +++ b/dev-db/gmyclient/gmyclient-0.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/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.9 2004/06/24 21:54:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.10 2004/11/21 20:50:46 dragonheart Exp $ DESCRIPTION="Gnome based mysql client" SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" @@ -15,6 +15,12 @@ DEPEND=">=gnome-base/gnome-libs-1.2 >=dev-db/mysql-3 =gnome-base/libglade-0*" +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/${PV}-fix.patch +} + src_compile() { econf `use_enable nls` || die "econf failed" emake || die |