mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
ocp: use runConfigure
Although it still installs things to share/
This commit is contained in:
@@ -54,12 +54,10 @@ BUILD_PREREQUIRES="
|
||||
|
||||
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()
|
||||
{
|
||||
autoconf
|
||||
./configure --prefix=$prefix
|
||||
runConfigure ./configure
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user