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 \
|
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 \
|
images are available for purchase online from Cloanto - publishers of the \
|
||||||
Amiga Forever distribution."
|
Amiga Forever distribution."
|
||||||
HOMEPAGE="http://www.rcdrummond.net/uae/"
|
HOMEPAGE="https://www.rcdrummond.net/uae/"
|
||||||
COPYRIGHT="2004-2016 Richard Drummond"
|
COPYRIGHT="2004-2019 Richard Drummond"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
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"
|
CHECKSUM_SHA256="9828cb0fca783160bcb33900d0254f4bdaade1c9a41256e5f298e973d0c07456"
|
||||||
SOURCE_DIR="e-uae-${portVersion/\~/-}"
|
SOURCE_DIR="e-uae-0.8.29-WIP4"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2"
|
ARCHITECTURES="x86_gcc2"
|
||||||
|
|
||||||
@@ -42,6 +42,7 @@ REQUIRES="
|
|||||||
haiku
|
haiku
|
||||||
lib:libbz2
|
lib:libbz2
|
||||||
lib:libGL
|
lib:libGL
|
||||||
|
lib:libglu
|
||||||
lib:libpng
|
lib:libpng
|
||||||
lib:libSDL_1.2
|
lib:libSDL_1.2
|
||||||
lib:libsdl_sound
|
lib:libsdl_sound
|
||||||
@@ -52,6 +53,8 @@ REQUIRES="
|
|||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
haiku_devel
|
haiku_devel
|
||||||
devel:libbz2
|
devel:libbz2
|
||||||
|
devel:libGL
|
||||||
|
devel:libglu
|
||||||
devel:libpng
|
devel:libpng
|
||||||
devel:libsdl
|
devel:libsdl
|
||||||
devel:libsdl_sound
|
devel:libsdl_sound
|
||||||
@@ -71,9 +74,8 @@ BUILD_PREREQUIRES="
|
|||||||
|
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
libtoolize --force --copy --install
|
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
|
||||||
--enable-audio --enable-jit --disable-bsdsock
|
|
||||||
make $jobArgs
|
make $jobArgs
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user