summaryrefslogtreecommitdiff
path: root/dev-libs
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-28 14:36:02 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-28 14:38:58 -0500
commit4f8dcc8ef38e94ef3942f6c71820cbc6503550c5 (patch)
treed71a7d012b7bff1ce745ee94c0e157770fc27437 /dev-libs
parent2337c391c8eef3fa7af39ac32045dbf124433b28 (diff)
downloadgentoo-4f8dcc8ef38e94ef3942f6c71820cbc6503550c5.tar.gz
gentoo-4f8dcc8ef38e94ef3942f6c71820cbc6503550c5.tar.xz
dev-libs/efl: update configure options to match latest upstream
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/efl/efl-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild
index 10fab6deb1a..3972324ef27 100644
--- a/dev-libs/efl/efl-9999.ebuild
+++ b/dev-libs/efl/efl-9999.ebuild
@@ -168,9 +168,11 @@ src_prepare() {
# Remove stupid sleep command.
# Also back out gnu make hack that causes regen of Makefiles.
+ # Delete var setting that causes the build to abort.
sed -i \
-e '/sleep 10/d' \
-e '/^#### Work around bug in automake check macro$/,/^#### Info$/d' \
+ -e '/BARF_OK=/s:=.*:=:' \
configure || die
}
@@ -191,7 +193,7 @@ src_configure() {
$(use_with X x)
--with-opengl=$(usex opengl full $(usex gles es none))
--with-glib=$(usex glib)
- --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-aba
+ --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb
$(use_enable bmp image-loader-bmp)
$(use_enable bmp image-loader-wbmp)