mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
libsdl2: remove cmake file for libsdl2_test.a (#8226)
* libsdl2: remove cmake file for libsdl2_test.a The cmake file for libSDL2_test.a was still there, causing build failures for dependant proijects (because of broken cmake file?) * Update libsdl2-2.26.4.recipe
This commit is contained in:
@@ -6,7 +6,7 @@ software, emulators, and popular games."
|
|||||||
HOMEPAGE="https://www.libsdl.org/"
|
HOMEPAGE="https://www.libsdl.org/"
|
||||||
COPYRIGHT="1997-2022 Sam Lantinga"
|
COPYRIGHT="1997-2022 Sam Lantinga"
|
||||||
LICENSE="Zlib"
|
LICENSE="Zlib"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://www.libsdl.org/release/SDL2-$portVersion.tar.gz"
|
SOURCE_URI="https://www.libsdl.org/release/SDL2-$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="1a0f686498fb768ad9f3f80b39037a7d006eac093aad39cb4ebcc832a8887231"
|
CHECKSUM_SHA256="1a0f686498fb768ad9f3f80b39037a7d006eac093aad39cb4ebcc832a8887231"
|
||||||
SOURCE_DIR="SDL2-$portVersion"
|
SOURCE_DIR="SDL2-$portVersion"
|
||||||
@@ -64,6 +64,7 @@ INSTALL()
|
|||||||
sed -i "s|.self/$relativeLibDir|.self/$relativeDevelopLibDir|" \
|
sed -i "s|.self/$relativeLibDir|.self/$relativeDevelopLibDir|" \
|
||||||
$libDir/cmake/SDL2/SDL2mainTargets-release.cmake
|
$libDir/cmake/SDL2/SDL2mainTargets-release.cmake
|
||||||
rm $libDir/libSDL2_test.a
|
rm $libDir/libSDL2_test.a
|
||||||
|
rm $libDir/cmake/SDL2/SDL2testTargets-release.cmake
|
||||||
|
|
||||||
# devel package
|
# devel package
|
||||||
prepareInstalledDevelLibs \
|
prepareInstalledDevelLibs \
|
||||||
|
|||||||
Reference in New Issue
Block a user