From cdb8a1101afebbe143445d9ec6da73b8f5f51412 Mon Sep 17 00:00:00 2001 From: kenmays Date: Tue, 23 Apr 2019 10:39:19 -0700 Subject: [PATCH] e-uae: Remove sdl-gl from Haiku build (#3763) --- app-emulation/euae/euae-0.8.29~wip4.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/euae/euae-0.8.29~wip4.recipe b/app-emulation/euae/euae-0.8.29~wip4.recipe index 00d3211fe..7f312ae22 100644 --- a/app-emulation/euae/euae-0.8.29~wip4.recipe +++ b/app-emulation/euae/euae-0.8.29~wip4.recipe @@ -26,7 +26,7 @@ Amiga Forever distribution." HOMEPAGE="https://www.rcdrummond.net/uae/" COPYRIGHT="2004-2019 Richard Drummond" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.rcdrummond.net/uae/e-uae-0.8.29-WIP4/e-uae-0.8.29-WIP4.tar.bz2" CHECKSUM_SHA256="9828cb0fca783160bcb33900d0254f4bdaade1c9a41256e5f298e973d0c07456" SOURCE_DIR="e-uae-0.8.29-WIP4" @@ -74,7 +74,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure --with-sdl --with-sdl-gfx --with-sdl-sound --with-sdl-gl \ + runConfigure ./configure --with-sdl --with-sdl-gfx --with-sdl-sound \ --enable-threads --build=i586-beos --enable-audio --enable-jit --disable-bsdsock make $jobArgs }