diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2006-12-29 15:14:19 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2006-12-29 15:14:19 +0000 |
commit | 592017afc8c9bc4dc289e3a8eaab609adda57dd7 (patch) | |
tree | 1381f59484abb07846a821b73c31bb6f5a766018 | |
parent | Keyworded ~sparc wrt #151413 (diff) | |
download | gentoo-2-592017afc8c9bc4dc289e3a8eaab609adda57dd7.tar.gz gentoo-2-592017afc8c9bc4dc289e3a8eaab609adda57dd7.tar.bz2 gentoo-2-592017afc8c9bc4dc289e3a8eaab609adda57dd7.zip |
Make sure we pass the full path to wx-config to configure. David Philippi,
bug #153674.
(Portage version: 2.1.2_rc4-r2)
-rw-r--r-- | app-i18n/poedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/poedit/poedit-1.3.5.ebuild | 11 | ||||
-rw-r--r-- | app-i18n/poedit/poedit-1.3.6.ebuild | 11 |
3 files changed, 16 insertions, 13 deletions
diff --git a/app-i18n/poedit/ChangeLog b/app-i18n/poedit/ChangeLog index 573414a36ae1..cb5ac0955f37 100644 --- a/app-i18n/poedit/ChangeLog +++ b/app-i18n/poedit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/poedit # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.36 2006/10/30 16:57:05 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/ChangeLog,v 1.37 2006/12/29 15:14:19 dirtyepic Exp $ + + 29 Dec 2006; Ryan Hill <dirtyepic@gentoo.org> poedit-1.3.5.ebuild, + poedit-1.3.6.ebuild: + Make sure we pass the full path to wx-config to configure. David Philippi, + bug #153674. *poedit-1.3.6 (30 Oct 2006) diff --git a/app-i18n/poedit/poedit-1.3.5.ebuild b/app-i18n/poedit/poedit-1.3.5.ebuild index 7cbcd987f1ba..90bd3ea85455 100644 --- a/app-i18n/poedit/poedit-1.3.5.ebuild +++ b/app-i18n/poedit/poedit-1.3.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.5.ebuild,v 1.1 2006/09/28 11:55:25 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.5.ebuild,v 1.2 2006/12/29 15:14:19 dirtyepic Exp $ + +WX_GTK_VER="2.6" inherit eutils wxwidgets flag-o-matic @@ -17,16 +19,13 @@ DEPEND=">x11-libs/wxGTK-2.6 >=sys-libs/db-3 spell? ( >=app-text/gtkspell-2.0.0 )" -pkg_setup() { - export WX_GTK_VER="2.6" - need-wxwidgets unicode -} - src_compile() { append-flags -fno-strict-aliasing + need-wxwidgets unicode econf \ $(use_enable spell spellchecking) \ + --with-wx-config="${WX_CONFIG}" \ || die "Configure failed!" emake || die "Build failed!" } diff --git a/app-i18n/poedit/poedit-1.3.6.ebuild b/app-i18n/poedit/poedit-1.3.6.ebuild index 3aa43afbcf8e..ba3541830a46 100644 --- a/app-i18n/poedit/poedit-1.3.6.ebuild +++ b/app-i18n/poedit/poedit-1.3.6.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.6.ebuild,v 1.1 2006/10/30 16:57:05 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/poedit/poedit-1.3.6.ebuild,v 1.2 2006/12/29 15:14:19 dirtyepic Exp $ + +WX_GTK_VER="2.6" inherit eutils wxwidgets flag-o-matic @@ -17,16 +19,13 @@ DEPEND=">x11-libs/wxGTK-2.6 >=sys-libs/db-3 spell? ( >=app-text/gtkspell-2.0.0 )" -pkg_setup() { - export WX_GTK_VER="2.6" - need-wxwidgets unicode -} - src_compile() { append-flags -fno-strict-aliasing + need-wxwidgets unicode econf \ $(use_enable spell spellchecking) \ + --with-wx-config="${WX_CONFIG}" \ || die "Configure failed!" emake || die "Build failed!" } |