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 32CEB13888F for ; Sun, 25 Oct 2015 15:49:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A04AFE07F7; Sun, 25 Oct 2015 15:49:32 +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 5A61EE07F7 for ; Sun, 25 Oct 2015 15:49:32 +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 545E5340771 for ; Sun, 25 Oct 2015 15:49:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04CBF18CC for ; Sun, 25 Oct 2015 15:49:27 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1445788114.45a1d27b56d4a82450aeb850d6d39a5655e59725.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche/gauche-0.9.4-r1.ebuild X-VCS-Directories: dev-scheme/gauche/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 45a1d27b56d4a82450aeb850d6d39a5655e59725 X-VCS-Branch: master Date: Sun, 25 Oct 2015 15:49:27 +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: d769c19d-fc8a-4ecd-8565-b29e9a025afd X-Archives-Hash: d25f91dce792ac6d46dbe3c5cc070f91 commit: 45a1d27b56d4a82450aeb850d6d39a5655e59725 Author: Akinori Hattori gentoo org> AuthorDate: Sun Oct 25 15:48:34 2015 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Oct 25 15:48:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a1d27b dev-scheme/gauche: fix build on ia64 Package-Manager: portage-2.2.20.1 dev-scheme/gauche/gauche-0.9.4-r1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-scheme/gauche/gauche-0.9.4-r1.ebuild b/dev-scheme/gauche/gauche-0.9.4-r1.ebuild index dda1916..edcf1be 100644 --- a/dev-scheme/gauche/gauche-0.9.4-r1.ebuild +++ b/dev-scheme/gauche/gauche-0.9.4-r1.ebuild @@ -31,6 +31,10 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-ext-ldflags.diff epatch "${FILESDIR}"/${PN}-xz-info.diff epatch "${FILESDIR}"/${PN}-rfc.tls.diff + + mv gc/src/*.[Ss] gc || die + sed -i "/^EXTRA_libgc_la_SOURCES/s|src/||g" gc/Makefile.am + eautoconf }