diff options
author | Rechi <Rechi@users.noreply.github.com> | 2019-09-19 08:11:33 +0200 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2019-09-19 08:11:33 +0200 |
commit | 19318b0e777d669495fac1058fe05b5ca6023819 (patch) | |
tree | e07a2c733bcd232aea1c9733a1dc5fbd105e0974 /tools | |
parent | e65fd39705773ef7bdea1d58d394490f6e7041ec (diff) |
[depends] bump fribidi to 1.0.5
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/fribidi/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/depends/target/fribidi/Makefile b/tools/depends/target/fribidi/Makefile index 9e1b68ce98..1a7afb4225 100644 --- a/tools/depends/target/fribidi/Makefile +++ b/tools/depends/target/fribidi/Makefile @@ -3,10 +3,10 @@ DEPS= ../../Makefile.include Makefile # lib name, version LIBNAME=fribidi -VERSION=0.19.7 +VERSION=1.0.5 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 -export CFLAGS+=-D__STDC_INT64__ + # configuration settings CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ ./configure --prefix=$(PREFIX) --disable-shared --with-glib=no @@ -37,4 +37,3 @@ clean: distclean:: rm -rf $(PLATFORM) .installed-$(PLATFORM) - |