From 9129d900d8f11a31be4dc98af9cb27b1a9a659f0 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Wed, 6 Jun 2018 15:46:25 -0300 Subject: [PATCH] fribidi: update to 1.0.4. Closes #14957. Signed-off-by: Enno Boland --- srcpkgs/fribidi/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fribidi/template b/srcpkgs/fribidi/template index 9f32bba11d..8dc1611bf4 100644 --- a/srcpkgs/fribidi/template +++ b/srcpkgs/fribidi/template @@ -1,16 +1,16 @@ # Template file for 'fribidi' pkgname=fribidi -version=1.0.3 +version=1.0.4 revision=1 -configure_args="--disable-docs" build_style=gnu-configure +configure_args="--disable-docs" hostmakedepends="automake libtool pkg-config" short_desc="Free Implementation of the Unicode Bidirectional Algorithm" maintainer="Juan RP " license="LGPL-2.1-or-later" homepage="https://github.com/fribidi/fribidi/" distfiles="https://github.com/fribidi/fribidi/archive/v${version}.tar.gz" -checksum=30edb331cfb94584328acece90ed723bd9655778fed29caa8a66f1a380d09a6b +checksum=a8ea2bc423ba8918684648c4a0068b151ebac95cfe87f6ac1372e9b1feac8416 disable_parallel_build=yes pre_configure() { @@ -18,7 +18,7 @@ pre_configure() { } pre_build() { - if [ -n "$CROSS_BUILD" ]; then + if [ "$CROSS_BUILD" ]; then sed -i gen.tab/Makefile \ -e "s;^\(CC =\) .*;\1 cc;" \ -e "s;^\(CFLAGS =\) .*;\1 -O2 -pipe;" \