summaryrefslogtreecommitdiff
path: root/packages/SDL_ttf.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-27 20:41:28 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-27 20:41:28 +0300
commit54a27ef444fe68a47069bd9f51cf8cfb00c0182c (patch)
tree7bc9bffe57bc1053eb76b1774827d5491a36cca5 /packages/SDL_ttf.sh
parentdd3b8dd21957d4a5d9f2c68a547e984bdf465b63 (diff)
downloadspm-54a27ef444fe68a47069bd9f51cf8cfb00c0182c.tar.gz
spm-54a27ef444fe68a47069bd9f51cf8cfb00c0182c.tar.bz2
spm-54a27ef444fe68a47069bd9f51cf8cfb00c0182c.tar.xz
spm-54a27ef444fe68a47069bd9f51cf8cfb00c0182c.zip
In packages move configure and cmake flags into variable CONFIGURE_FLAGS.
Diffstat (limited to 'packages/SDL_ttf.sh')
-rwxr-xr-xpackages/SDL_ttf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SDL_ttf.sh b/packages/SDL_ttf.sh
index c837db4..cde9ae3 100755
--- a/packages/SDL_ttf.sh
+++ b/packages/SDL_ttf.sh
@@ -10,7 +10,7 @@ ENV_PKG_CONFIG_PATH="lib/pkgconfig"
function package_build {
run_switch_branch
run_src_script ./autogen.sh
- run_configure --disable-gui
+ run_configure
run_make
run_make_install