dev-libs/efl: update configure options to match latest upstream
authorMike Frysinger <vapier@gentoo.org>
Mon, 28 Dec 2015 19:36:02 +0000 (14:36 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 28 Dec 2015 19:38:58 +0000 (14:38 -0500)
dev-libs/efl/efl-9999.ebuild

index 10fab6deb1a2e27dddc77817c23637dcacaa7f63..3972324ef27e03f0a28761b154f29b37074ee38c 100644 (file)
@@ -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)