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 7B4191382C5 for ; Wed, 16 May 2018 10:01:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6750AE08F5; Wed, 16 May 2018 10:01:58 +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 40DFDE08F5 for ; Wed, 16 May 2018 10:01:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D00C0335C43 for ; Wed, 16 May 2018 10:01:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30B4D29B for ; Wed, 16 May 2018 10:01:55 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1526464892.688da4db0a7e233f95f2c292c8c8d7b8fa439274.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsdl2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild X-VCS-Directories: media-libs/libsdl2/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 688da4db0a7e233f95f2c292c8c8d7b8fa439274 X-VCS-Branch: master Date: Wed, 16 May 2018 10:01:55 +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: 3f999f9b-14b6-409d-adc2-432aecd6750a X-Archives-Hash: 6c8ad83dc32c5f92a0aec191e2664353 commit: 688da4db0a7e233f95f2c292c8c8d7b8fa439274 Author: Tupone Alfredo gentoo org> AuthorDate: Wed May 16 10:01:32 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed May 16 10:01:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=688da4db media-libs/libsdl2: Fix build when first installing Closes: https://bugs.gentoo.org/655788 Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild index 146a715fd97..4708e54718b 100644 --- a/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild +++ b/media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild @@ -60,6 +60,9 @@ DEPEND="${RDEPEND} MULTILIB_WRAPPED_HEADERS=( /usr/include/SDL2/SDL_config.h + /usr/include/SDL2/SDL_platform.h + /usr/include/SDL2/begin_code.h + /usr/include/SDL2/close_code.h ) PATCHES=( @@ -74,9 +77,6 @@ S="${WORKDIR}/${MY_P}" src_prepare() { default sed -i -e 's/configure.in/configure.ac/' Makefile.in || die - sed -i \ - -e 's:SDL_platform:SDL2/SDL_platform:' \ - include/SDL_config.h.in || die mv configure.{in,ac} || die AT_M4DIR="/usr/share/aclocal acinclude" eautoreconf }