From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 17CF5139A86 for ; Tue, 8 Sep 2015 05:33:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9BE451424B; Tue, 8 Sep 2015 05:33:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49BC81424B for ; Tue, 8 Sep 2015 05:33:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A351340806 for ; Tue, 8 Sep 2015 05:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB2B182 for ; Tue, 8 Sep 2015 05:33:33 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1441690384.84f1f10cc0129a831fc49aa5d7b76469aa53ce24.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libvdpau/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libvdpau/libvdpau-1.1.1.ebuild X-VCS-Directories: x11-libs/libvdpau/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 84f1f10cc0129a831fc49aa5d7b76469aa53ce24 X-VCS-Branch: master Date: Tue, 8 Sep 2015 05:33:33 +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: 0337b8df-7c9f-490e-8595-2c2c9f6703d6 X-Archives-Hash: 0cc9bc11caa53c78df843777a175f4af commit: 84f1f10cc0129a831fc49aa5d7b76469aa53ce24 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Sep 8 05:33:04 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Sep 8 05:33:04 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f1f10c x11-libs/libvdpau: Fix warning about implicit declaration of secure_getenv in mesa_dri2.c Package-Manager: portage-2.2.20.1 x11-libs/libvdpau/libvdpau-1.1.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild index b4e4e74..518bf7a 100644 --- a/x11-libs/libvdpau/libvdpau-1.1.1.ebuild +++ b/x11-libs/libvdpau/libvdpau-1.1.1.ebuild @@ -4,7 +4,7 @@ EAPI=5 VIRTUALX_REQUIRED="test" -inherit autotools-multilib virtualx +inherit autotools-multilib flag-o-matic virtualx DESCRIPTION="VDPAU wrapper and trace libraries" HOMEPAGE="http://www.freedesktop.org/wiki/Software/VDPAU" @@ -31,6 +31,7 @@ DEPEND="${RDEPEND} dri? ( >=x11-proto/dri2proto-2.2 )" src_configure() { + append-cppflags -D_GNU_SOURCE local myeconfargs=( --docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable doc documentation)