mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
sdl2_net, remove non provided lib:libsdl2_net, disable static library (#8993)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user