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 CC7D3138334 for ; Mon, 24 Jun 2019 21:09:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1795EE0843; Mon, 24 Jun 2019 21:09:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2575E0843 for ; Mon, 24 Jun 2019 21:09:19 +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 DA29D346458 for ; Mon, 24 Jun 2019 21:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44FB6618 for ; Mon, 24 Jun 2019 21:09:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1561410538.afbaafaa912dc09a19fee7ee28ef94c44a134a06.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: app-benchmarks/glmark2/ X-VCS-Repository: proj/x11 X-VCS-Files: app-benchmarks/glmark2/glmark2-2014.03.ebuild X-VCS-Directories: app-benchmarks/glmark2/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: afbaafaa912dc09a19fee7ee28ef94c44a134a06 X-VCS-Branch: master Date: Mon, 24 Jun 2019 21:09:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52a9a07a-70fd-41d4-8e32-b09a1737a9a5 X-Archives-Hash: 6aefee7aa02fe489075a8ed314c9a10e commit: afbaafaa912dc09a19fee7ee28ef94c44a134a06 Author: Sandino Araico Sanchez sandino net> AuthorDate: Sun Jun 23 00:20:32 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Jun 24 21:08:58 2019 +0000 URL: https://gitweb.gentoo.org/proj/x11.git/commit/?id=afbaafaa app-benchmarks/glmark2: add patch to fix compile Compile fix copied from https://bbs.archlinux.org/viewtopic.php?id=212719 Closes: https://bugs.gentoo.org/688518 Closes: https://github.com/gentoo/x11/pull/2 Signed-off-by: Sandino Araico Sanchez sandino.net> Signed-off-by: Matt Turner gentoo.org> app-benchmarks/glmark2/glmark2-2014.03.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-benchmarks/glmark2/glmark2-2014.03.ebuild b/app-benchmarks/glmark2/glmark2-2014.03.ebuild index db6f924c..4d47a987 100644 --- a/app-benchmarks/glmark2/glmark2-2014.03.ebuild +++ b/app-benchmarks/glmark2/glmark2-2014.03.ebuild @@ -31,6 +31,8 @@ REQUIRED_USE="|| ( opengl gles2 ) src_prepare() { rm -rf "${S}/src/libpng" sed -i "s/libpng15/libpng/g" "${S}/wscript" # allow build with >= libpng:1.6 + sed -i "/req_funcs/ s/,..sqrt.*\]/\]/" "${S}/wscript" # sqrt patch + sed -i "s/-Werror//" "${S}/wscript" } src_configure() {