commit:     4f8dcc8ef38e94ef3942f6c71820cbc6503550c5
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 19:36:02 2015 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 19:38:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8dcc8e

dev-libs/efl: update configure options to match latest upstream

 dev-libs/efl/efl-9999.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild
index 10fab6d..3972324 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)

Reply via email to