From 3db4b6c8358d77dee034f23c3ab260af6acd3a56 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 12 Nov 2015 14:38:15 +0100 Subject: [PATCH] SDL_Net: fix build, fix provides. --- media-libs/sdl_net/sdl_net-1.2.8.recipe | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-libs/sdl_net/sdl_net-1.2.8.recipe b/media-libs/sdl_net/sdl_net-1.2.8.recipe index e9c5b278c..4375646a0 100644 --- a/media-libs/sdl_net/sdl_net-1.2.8.recipe +++ b/media-libs/sdl_net/sdl_net-1.2.8.recipe @@ -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