mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Euae: recipe fix for x86_gcc2 (#3746)
added: --with-sdl-gl --enable-threads --build=i586-beos
This commit is contained in:
@@ -23,13 +23,13 @@ and may not be freely distributed (so don't ask me for a copy). If you don't \
|
||||
have an Amiga from which you can legally make a ROM image, a selection of ROM \
|
||||
images are available for purchase online from Cloanto - publishers of the \
|
||||
Amiga Forever distribution."
|
||||
HOMEPAGE="http://www.rcdrummond.net/uae/"
|
||||
COPYRIGHT="2004-2016 Richard Drummond"
|
||||
HOMEPAGE="https://www.rcdrummond.net/uae/"
|
||||
COPYRIGHT="2004-2019 Richard Drummond"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.rcdrummond.net/uae/e-uae-${portVersion/\~/-}/e-uae-${portVersion/\~/-}.tar.bz2"
|
||||
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-${portVersion/\~/-}"
|
||||
SOURCE_DIR="e-uae-0.8.29-WIP4"
|
||||
|
||||
ARCHITECTURES="x86_gcc2"
|
||||
|
||||
@@ -42,6 +42,7 @@ REQUIRES="
|
||||
haiku
|
||||
lib:libbz2
|
||||
lib:libGL
|
||||
lib:libglu
|
||||
lib:libpng
|
||||
lib:libSDL_1.2
|
||||
lib:libsdl_sound
|
||||
@@ -52,6 +53,8 @@ REQUIRES="
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
devel:libbz2
|
||||
devel:libGL
|
||||
devel:libglu
|
||||
devel:libpng
|
||||
devel:libsdl
|
||||
devel:libsdl_sound
|
||||
@@ -71,9 +74,8 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
runConfigure ./configure --with-sdl --with-sdl-gfx --with-sdl-sound \
|
||||
--enable-audio --enable-jit --disable-bsdsock
|
||||
runConfigure ./configure --with-sdl --with-sdl-gfx --with-sdl-sound --with-sdl-gl \
|
||||
--enable-threads --build=i586-beos --enable-audio --enable-jit --disable-bsdsock
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user