diff --git a/media-libs/sdl2_net/sdl2_net-2.0.1.recipe b/media-libs/sdl2_net/sdl2_net-2.0.1.recipe index 4b42383ed..99c6f5f7c 100644 --- a/media-libs/sdl2_net/sdl2_net-2.0.1.recipe +++ b/media-libs/sdl2_net/sdl2_net-2.0.1.recipe @@ -7,7 +7,7 @@ simplyfies the handling of network connections and data transfer." HOMEPAGE="http://www.libsdl.org/projects/SDL_net/" COPYRIGHT="1997-2012 Sam Lantinga" LICENSE="Zlib" -REVISION="3" +REVISION="4" SOURCE_URI="https://www.libsdl.org/projects/SDL_net/release/SDL2_net-$portVersion.tar.gz" CHECKSUM_SHA256="15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21" SOURCE_DIR="SDL2_net-$portVersion" @@ -17,7 +17,6 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" sdl2_net$secondaryArchSuffix = $portVersion compat >= 2.0 - lib:libSDL2_net$secondaryArchSuffix = $portVersion compat >= 2.0 lib:libSDL2_net_2.0$secondaryArchSuffix = 0.0.1 compat >= 0 " REQUIRES=" @@ -57,7 +56,7 @@ BUILD() aclocal --force --install -I acinclude autoconf automake --add-missing - runConfigure ./configure + runConfigure ./configure --disable-static make $jobArgs } @@ -68,7 +67,7 @@ INSTALL() prepareInstalledDevelLibs libSDL2_net libSDL2_net-2.0 fixPkgconfig - rm $developLibDir/*.{a,la} + rm $developLibDir/*.la packageEntries devel \ $developDir