Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Mon, 28 Dec 2015 19:40:31
Message-Id: 1451331538.4f8dcc8ef38e94ef3942f6c71820cbc6503550c5.vapier@gentoo
1 commit: 4f8dcc8ef38e94ef3942f6c71820cbc6503550c5
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 19:36:02 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 19:38:58 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8dcc8e
7
8 dev-libs/efl: update configure options to match latest upstream
9
10 dev-libs/efl/efl-9999.ebuild | 4 +++-
11 1 file changed, 3 insertions(+), 1 deletion(-)
12
13 diff --git a/dev-libs/efl/efl-9999.ebuild b/dev-libs/efl/efl-9999.ebuild
14 index 10fab6d..3972324 100644
15 --- a/dev-libs/efl/efl-9999.ebuild
16 +++ b/dev-libs/efl/efl-9999.ebuild
17 @@ -168,9 +168,11 @@ src_prepare() {
18
19 # Remove stupid sleep command.
20 # Also back out gnu make hack that causes regen of Makefiles.
21 + # Delete var setting that causes the build to abort.
22 sed -i \
23 -e '/sleep 10/d' \
24 -e '/^#### Work around bug in automake check macro$/,/^#### Info$/d' \
25 + -e '/BARF_OK=/s:=.*:=:' \
26 configure || die
27 }
28
29 @@ -191,7 +193,7 @@ src_configure() {
30 $(use_with X x)
31 --with-opengl=$(usex opengl full $(usex gles es none))
32 --with-glib=$(usex glib)
33 - --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
34 + --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
35
36 $(use_enable bmp image-loader-bmp)
37 $(use_enable bmp image-loader-wbmp)