mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-29 19:48:53 +02:00
Fusionado haikuports/haikuports con master
This commit is contained in:
@@ -47,15 +47,19 @@ BUILD_PREREQUIRES="
|
|||||||
cmd:autoconf
|
cmd:autoconf
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:gcc$secondaryArchSuffix
|
cmd:gcc$secondaryArchSuffix
|
||||||
cmd:sdl_config
|
|
||||||
"
|
"
|
||||||
|
#XXX: this one pulls gcc2 SDL package in... which we don't need
|
||||||
|
# cmd:sdl_config
|
||||||
|
|
||||||
|
|
||||||
SOURCE_DIR="code"
|
SOURCE_DIR="code"
|
||||||
|
|
||||||
|
# TODO: fix configure.ac to use sdl-config
|
||||||
|
# XXX: dwmixfa_8087.c:39:2: error: can't find a register in class 'GENERAL_REGS' while reloading 'asm'
|
||||||
BUILD()
|
BUILD()
|
||||||
{
|
{
|
||||||
autoconf
|
autoconf
|
||||||
|
export CFLAGS="$(sdl-config --cflags)"
|
||||||
./configure --prefix=$prefix
|
./configure --prefix=$prefix
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user