mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Cleaned up sdl_ttf recipe, but still not building on x86
This commit is contained in:
@@ -26,20 +26,25 @@ PROVIDES="
|
||||
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix >= $haikuVersion
|
||||
libsdl >= 1.2
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
lib:libfreetype
|
||||
lib:libz
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:libtoolize
|
||||
cmd:aclocal
|
||||
cmd:automake
|
||||
cmd:autoconf
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:sdl_config
|
||||
cmd:sdl_config$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:freetype_config
|
||||
devel:libz
|
||||
@@ -52,7 +57,7 @@ BUILD()
|
||||
libtoolize --copy --force --install
|
||||
aclocal --install -I acinclude
|
||||
autoconf
|
||||
runConfigure ./configure
|
||||
runConfigure ./configure --with-x=no
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user