diff options
Diffstat (limited to 'extra/sdl_ttf/Pkgfile')
-rw-r--r-- | extra/sdl_ttf/Pkgfile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/extra/sdl_ttf/Pkgfile b/extra/sdl_ttf/Pkgfile index a0a58faa7..06eae800a 100644 --- a/extra/sdl_ttf/Pkgfile +++ b/extra/sdl_ttf/Pkgfile @@ -5,18 +5,13 @@ # Depends on: freetype, sdl name=sdl_ttf -version=2.0.8 +version=2.0.10 release=1 -source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz \ -sdl_ttf-noftinternals.patch ) +source=( http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-$version.tar.gz) build() { cd SDL_ttf-$version - - # Application de patchs - patch -i $SRC/sdl_ttf-noftinternals.patch - - # compilation + ./configure --prefix=/usr make make DESTDIR=$PKG install |