mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/sdl-ttf: drop superfluous autoreconf
Upstream commit configure etc to git, so even though they don't make releases, we don't need autoreconf Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
# Check SDL-1.2 branch for possible backports/new snapshots
|
||||
|
||||
inherit autotools multilib-minimal
|
||||
inherit multilib-minimal
|
||||
|
||||
SDL_TTF_COMMIT="2648c22c4f9e32d05a11b32f636b1c225a1502ac"
|
||||
|
||||
@@ -28,11 +28,6 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
multilib_src_configure() {
|
||||
local myeconfargs=(
|
||||
$(use_enable static-libs static)
|
||||
|
||||
Reference in New Issue
Block a user