Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/bino/
Date: Thu, 31 May 2018 16:58:01
Message-Id: 1527785870.2107f1927875acaa344008ce7d72c211843b40e2.pacho@gentoo
1 commit: 2107f1927875acaa344008ce7d72c211843b40e2
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 16:56:27 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 16:57:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2107f192
7
8 media-video/bino: Fix compilation (#656848 by Yarda)
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 media-video/bino/bino-1.6.6.ebuild | 17 +++++++++--------
13 1 file changed, 9 insertions(+), 8 deletions(-)
14
15 diff --git a/media-video/bino/bino-1.6.6.ebuild b/media-video/bino/bino-1.6.6.ebuild
16 index b1090b68ef1..e7bb97ed4b2 100644
17 --- a/media-video/bino/bino-1.6.6.ebuild
18 +++ b/media-video/bino/bino-1.6.6.ebuild
19 @@ -32,14 +32,6 @@ DEPEND="${RDEPEND}
20 "
21
22 src_configure() {
23 - econf \
24 - $(use_with video_cards_nvidia xnvctrl) \
25 - $(use_with lirc) \
26 - $(use_enable debug) \
27 - --without-equalizer \
28 - --with-qt-version=5 \
29 - --htmldir=/usr/share/doc/${PF}/html
30 -
31 use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" \
32 && append-ldflags "-L/usr/$(get_libdir)/opengl/nvidia/lib \
33 -L/usr/$(get_libdir)" && append-libs "Xext"
34 @@ -48,6 +40,15 @@ src_configure() {
35
36 # Fix a compilation error because of a multiple definitions in glew
37 append-ldflags "-zmuldefs"
38 +
39 + econf \
40 + $(use_with video_cards_nvidia xnvctrl) \
41 + $(use_with lirc) \
42 + $(use_enable debug) \
43 + --without-equalizer \
44 + --with-qt-version=5 \
45 + --htmldir=/usr/share/doc/${PF}/html
46 +
47 }
48
49 src_install() {