diff options
author | 2018-05-16 12:01:32 +0200 | |
---|---|---|
committer | 2018-05-16 12:01:32 +0200 | |
commit | 688da4db0a7e233f95f2c292c8c8d7b8fa439274 (patch) | |
tree | 067fc258b485ee36f951f80640cfc39662674b1d /media-libs/libsdl2 | |
parent | kde-plasma/plasma-desktop: Disable another broken test... (diff) | |
download | gentoo-688da4db0a7e233f95f2c292c8c8d7b8fa439274.tar.gz gentoo-688da4db0a7e233f95f2c292c8c8d7b8fa439274.tar.bz2 gentoo-688da4db0a7e233f95f2c292c8c8d7b8fa439274.zip |
media-libs/libsdl2: Fix build when first installing
Closes: https://bugs.gentoo.org/655788
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'media-libs/libsdl2')
-rw-r--r-- | media-libs/libsdl2/libsdl2-2.0.8-r2.ebuild | 6 |
1 files 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 146a715fd970..4708e54718be 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 } |