mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
sdl(2)_ttf, remove static libraries (#7579)
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="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251"
|
||||
SOURCE_DIR="SDL2_ttf-$portVersion"
|
||||
@@ -75,7 +75,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
# remove libtool library file
|
||||
rm $libDir/libSDL2_ttf.la
|
||||
rm $libDir/libSDL2_ttf.{a,la}
|
||||
|
||||
prepareInstalledDevelLibs libSDL2_ttf \
|
||||
libSDL2_ttf-2.0
|
||||
|
||||
Reference in New Issue
Block a user