SDL_Net: fix build, fix provides.

This commit is contained in:
Adrien Destugues
2015-11-12 14:38:15 +01:00
parent 3604b730b0
commit 3db4b6c835

View File

@@ -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