aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-05-09 19:45:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-05-09 19:52:14 -0300
commit640af164dc620cb21c32cc4b1bde3b53641fc690 (patch)
tree0e3967335bcae9fe15428d697bf7fccf291ddc48
parent44149631cc469c367c04f63ac73388560fa2654d (diff)
community/sdl2_ttf: enable static libraries
fixes #12663
-rw-r--r--community/sdl2_ttf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/sdl2_ttf/APKBUILD b/community/sdl2_ttf/APKBUILD
index fa0c06c6ba8..78506b987cd 100644
--- a/community/sdl2_ttf/APKBUILD
+++ b/community/sdl2_ttf/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: August Klein <amatcoder@gmail.com>
pkgname=sdl2_ttf
pkgver=2.0.15
-pkgrel=0
+pkgrel=1
_pkgname=SDL2_ttf
pkgdesc="A library which allows you to use TrueType fonts in your SDL applications"
url="http://www.libsdl.org/projects/SDL_ttf/"
@@ -21,7 +21,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --disable-static
+ --enable-static
make
}