diff options
author | Rechi <Rechi@users.noreply.github.com> | 2017-08-01 13:40:25 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-08-01 13:40:25 +0200 |
commit | bd5cae43a4046bd4f9739925d30261cd32c2fd9c (patch) | |
tree | 1119960a5d8f6ae44d9b79b533401ce12ed4fae0 /tools/depends/target/fribidi | |
parent | 7deeadc02d511c3396dd048aa91605123ebe87df (diff) |
[depends] bump fribidi to 0.19.7
enable-malloc option got removed in 0.19.7, but behaviour is still the same
Diffstat (limited to 'tools/depends/target/fribidi')
-rw-r--r-- | tools/depends/target/fribidi/Makefile | 7 |
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 |