mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
sdl2_ttf, remove non provided lib:libsdl2_ttf (#8995)
This commit is contained in:
@@ -9,7 +9,7 @@ without much effort."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="2"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251"
|
||||
SOURCE_DIR="SDL2_ttf-$portVersion"
|
||||
@@ -19,7 +19,6 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
sdl2_ttf$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_ttf$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_ttf_2.0$secondaryArchSuffix = 0.18.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -66,7 +65,8 @@ BUILD()
|
||||
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --with-x=no --disable-freetype-builtin \
|
||||
--disable-harfbuzz-builtin
|
||||
--disable-harfbuzz-builtin \
|
||||
--disable-static
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libSDL2_ttf.{a,la}
|
||||
rm $libDir/libSDL2_ttf.la
|
||||
|
||||
prepareInstalledDevelLibs libSDL2_ttf \
|
||||
libSDL2_ttf-2.0
|
||||
|
||||
Reference in New Issue
Block a user