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 742F7138359 for ; Sat, 10 Oct 2020 11:25:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA448E083E; Sat, 10 Oct 2020 11:25:23 +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 41AA2E083E for ; Sat, 10 Oct 2020 11:25:23 +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 F029C335D60 for ; Sat, 10 Oct 2020 11:25:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72937332 for ; Sat, 10 Oct 2020 11:25:20 +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: <1602329117.c2570a1964197ee65489c98b265390f25d492ecf.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/wings/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/wings/wings-2.2.6.1.ebuild X-VCS-Directories: media-gfx/wings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: c2570a1964197ee65489c98b265390f25d492ecf X-VCS-Branch: master Date: Sat, 10 Oct 2020 11:25:20 +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: 0ac1bc52-11de-4402-a344-136ce6d4aea1 X-Archives-Hash: 899f0c94cdec5f1e0a53c8faa6b8a843 commit: c2570a1964197ee65489c98b265390f25d492ecf Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 10 11:24:44 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 10 11:25:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2570a19 media-gfx/wings: Set CC, fix CFLAGS Package-Manager: Portage-3.0.8, Repoman-3.0.1 Closes: https://bugs.gentoo.org/show_bug.cgi?id=747481 Signed-off-by: Jeroen Roovers gentoo.org> media-gfx/wings/wings-2.2.6.1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/media-gfx/wings/wings-2.2.6.1.ebuild b/media-gfx/wings/wings-2.2.6.1.ebuild index b6561579ab6..d030dc78202 100644 --- a/media-gfx/wings/wings-2.2.6.1.ebuild +++ b/media-gfx/wings/wings-2.2.6.1.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit toolchain-funcs DESCRIPTION="Wings 3D is an advanced subdivision modeler" HOMEPAGE="http://www.wings3d.com/" @@ -22,8 +23,14 @@ DEPEND=" ${RDEPEND} " +src_prepare() { + sed -i -e 's# -Werror##g;s# -O3##g' $(find -name Makefile) || die + default +} + src_compile() { export ERL_PATH="/usr/$(get_libdir)/erlang/lib/" + tc-export CC # Work around parallel make issues # Set ER_LIBS to the top source directory emake vsn.mk