From 7c59acba5699c9c58090a7a738669669a7307023 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 21 Aug 2021 23:14:26 +0100 Subject: gentoo resync : 21.08.2021 --- games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild') diff --git a/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild b/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild index f32c81a4c523..2885d6f78f0c 100644 --- a/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild +++ b/games-simulation/crrcsim/crrcsim-0.9.13-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit desktop +inherit autotools desktop DESCRIPTION="Model-airplane flight simulation program" HOMEPAGE="https://sourceforge.net/projects/crrcsim/" @@ -28,16 +28,19 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${P}-gcc6.patch + "${FILESDIR}"/${P}-overlink.patch ) DOCS=( AUTHORS HISTORY ) -src_configure() { - econf ac_cv_header_portaudio_h=$(usex portaudio) +src_prepare() { + default + + eautoreconf } -src_compile() { - emake CGAL_LIBS= +src_configure() { + econf ac_cv_header_portaudio_h=$(usex portaudio) } src_install() { -- cgit v1.2.3