summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-27 11:55:07 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-27 14:23:13 -0400
commit85de34d31e5700f4b604e69fe2ba699af066285f (patch)
treec5869dd44a07de96e7d883b2eb7bcdecd8f055dc
parentx11-misc/fluxter: add EPREFIX to econf (diff)
downloadgentoo-85de34d3.tar.gz
gentoo-85de34d3.tar.bz2
gentoo-85de34d3.zip
x11-misc/imwheel: fix src_configure
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r--x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
index ef9c6c2481da..6069accc2864 100644
--- a/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
+++ b/x11-misc/imwheel/imwheel-1.0.0_pre13_p20100827.ebuild
@@ -31,8 +31,6 @@ src_prepare() {
}
src_configure() {
- local myconf
# don't build gpm stuff
- myconf="--disable-gpm --disable-gpm-doc"
- econf ${myconf} || die "configure failed"
+ econf --disable-gpm --disable-gpm-doc
}