diff options
Diffstat (limited to 'net-misc/wxdfast/wxdfast-0.6.0.ebuild')
-rw-r--r-- | net-misc/wxdfast/wxdfast-0.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/wxdfast/wxdfast-0.6.0.ebuild b/net-misc/wxdfast/wxdfast-0.6.0.ebuild index ecf9ef780..d0d87812b 100644 --- a/net-misc/wxdfast/wxdfast-0.6.0.ebuild +++ b/net-misc/wxdfast/wxdfast-0.6.0.ebuild @@ -19,8 +19,9 @@ RDEPEND="${DEPEND}" src_compile() { WX_GTK_VER=2.6 need-wxwidgets unicode || die "please rebuild wxGTK with unicode useflag" + #we had to pass the "wx-config" because sometimes it won't work otherwise - econf $(use_enable debug) --with-wx-config="wx-config"|| die "econf failed" + econf $(use_enable debug) --with-wx-config="wx-config" || die "econf failed" emake || die "emake failed" } |