aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/fribidi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target/fribidi/Makefile')
-rw-r--r--tools/depends/target/fribidi/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/depends/target/fribidi/Makefile b/tools/depends/target/fribidi/Makefile
index 01049b0ba5..77e26c95ad 100644
--- a/tools/depends/target/fribidi/Makefile
+++ b/tools/depends/target/fribidi/Makefile
@@ -3,14 +3,13 @@ DEPS= ../../Makefile.include Makefile
# lib name, version
LIBNAME=fribidi
-VERSION=0.19.1
+VERSION=0.19.7
SOURCE=$(LIBNAME)-$(VERSION)
-ARCHIVE=$(SOURCE).tar.gz
+ARCHIVE=$(SOURCE).tar.bz2
export CFLAGS+=-D__STDC_INT64__
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
- ./configure --prefix=$(PREFIX) --disable-docs --enable-malloc \
- --disable-shared --with-glib=no
+ ./configure --prefix=$(PREFIX) --disable-shared --with-glib=no
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a