From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98B1E138330 for ; Thu, 31 May 2018 16:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A40C5E0814; Thu, 31 May 2018 16:58:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F873E0814 for ; Thu, 31 May 2018 16:58:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ECDBF335C30 for ; Thu, 31 May 2018 16:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 764DB287 for ; Thu, 31 May 2018 16:57:56 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1527785870.2107f1927875acaa344008ce7d72c211843b40e2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/bino/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/bino/bino-1.6.6.ebuild X-VCS-Directories: media-video/bino/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2107f1927875acaa344008ce7d72c211843b40e2 X-VCS-Branch: master Date: Thu, 31 May 2018 16:57:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a7aec372-727f-4e0d-865b-6a8342b61b4d X-Archives-Hash: 75109728a8b3e2212cedfbe12cf6005a commit: 2107f1927875acaa344008ce7d72c211843b40e2 Author: Pacho Ramos gentoo org> AuthorDate: Thu May 31 16:56:27 2018 +0000 Commit: Pacho Ramos gentoo 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() {