commit: 2107f1927875acaa344008ce7d72c211843b40e2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 16:56:27 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu May 31 16:57:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2107f192
media-video/bino: Fix compilation (#656848 by Yarda)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
media-video/bino/bino-1.6.6.ebuild | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/media-video/bino/bino-1.6.6.ebuild
b/media-video/bino/bino-1.6.6.ebuild
index b1090b68ef1..e7bb97ed4b2 100644
--- a/media-video/bino/bino-1.6.6.ebuild
+++ b/media-video/bino/bino-1.6.6.ebuild
@@ -32,14 +32,6 @@ DEPEND="${RDEPEND}
"
src_configure() {
- econf \
- $(use_with video_cards_nvidia xnvctrl) \
- $(use_with lirc) \
- $(use_enable debug) \
- --without-equalizer \
- --with-qt-version=5 \
- --htmldir=/usr/share/doc/${PF}/html
-
use video_cards_nvidia && append-cppflags "-I/usr/include/NVCtrl" \
&& append-ldflags "-L/usr/$(get_libdir)/opengl/nvidia/lib \
-L/usr/$(get_libdir)" && append-libs "Xext"
@@ -48,6 +40,15 @@ src_configure() {
# Fix a compilation error because of a multiple definitions in glew
append-ldflags "-zmuldefs"
+
+ econf \
+ $(use_with video_cards_nvidia xnvctrl) \
+ $(use_with lirc) \
+ $(use_enable debug) \
+ --without-equalizer \
+ --with-qt-version=5 \
+ --htmldir=/usr/share/doc/${PF}/html
+
}
src_install() {