mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
SDL_Net: fix build, fix provides.
This commit is contained in:
@@ -18,8 +18,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
sdl_net$secondaryArchSuffix = $portVersion
|
||||
lib:libSDL_net$secondaryArchSuffix = 1.2_0.8.0 compat >= 1.2_0
|
||||
lib:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 1.2
|
||||
lib:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -29,7 +28,7 @@ REQUIRES="
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl_net${secondaryArchSuffix}_devel = $portVersion compat >= 1.2
|
||||
devel:libSDL_net$secondaryArchSuffix = 1.2_0.8.0 compat >= 0
|
||||
devel:libSDL_net$secondaryArchSuffix =$portVersion compat >= 1.2
|
||||
devel:libSDL_net_1.2$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
@@ -55,6 +54,8 @@ BUILD()
|
||||
{
|
||||
libtoolize --force --copy --install
|
||||
aclocal --force --install -I acinclude
|
||||
touch NEWS AUTHORS ChangeLog
|
||||
automake --add-missing
|
||||
autoconf
|
||||
runConfigure ./configure
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user