diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-16 10:56:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-16 10:56:17 +0000 |
commit | 2dcad7aa74ff8f3a5c751ac57606189a023c71bc (patch) | |
tree | 2c84a4cd0ef18660f1303294500a467e7d691772 /x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild | |
parent | touchup bash and make sure to fix syntax errors #78184 (diff) | |
download | gentoo-2-2dcad7aa74ff8f3a5c751ac57606189a023c71bc.tar.gz gentoo-2-2dcad7aa74ff8f3a5c751ac57606189a023c71bc.tar.bz2 gentoo-2-2dcad7aa74ff8f3a5c751ac57606189a023c71bc.zip |
Add gnuconfig since ebuild doesnt run econf for some reason.
(Portage version: 2.0.51-r13)
Diffstat (limited to 'x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild')
-rw-r--r-- | x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild b/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild index f1a9bafd2293..30d12488dd7e 100644 --- a/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild +++ b/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild,v 1.4 2004/12/05 20:53:42 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.4.2-r3.ebuild,v 1.5 2005/01/16 10:56:17 vapier Exp $ -inherit flag-o-matic eutils +inherit flag-o-matic eutils gnuconfig -DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit." +DESCRIPTION="GTK+ version of wxWidgets, a cross-platform C++ GUI toolkit" HOMEPAGE="http://www.wxwidgets.org/" SRC_URI="mirror://sourceforge/wxwindows/${P}.tar.bz2" @@ -39,6 +39,7 @@ src_unpack() { # disable contrib/src/animate EPATCH_OPTS="-d ${S}/contrib/src" epatch ${FILESDIR}/${PN}-2.4.2-contrib_animate.patch use amd64 && EPATCH_OPTS="-d ${S}" epatch ${FILESDIR}/${PN}-2.4.2-cleanup.patch + gnuconfig_update } pkg_setup() { |