wok-current diff gettext/receipt @ rev 25594

Use default gcc 6.3 for asunder
author Stanislas Leduc <shann@slitaz.org>
date Thu Aug 31 19:10:51 2023 +0000 (16 months ago)
parents a1df341077ba
children a23978bfa665
line diff
     1.1 --- a/gettext/receipt	Tue Mar 01 15:28:09 2022 +0100
     1.2 +++ b/gettext/receipt	Thu Aug 31 19:10:51 2023 +0000
     1.3 @@ -11,9 +11,9 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.xz"
     1.5  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.6  
     1.7 -DEPENDS="acl-dev attr-dev gettext-base gettext-tools glib-dev libcroco 
     1.8 -	libcroco-dev liblzma libxml2 libxml2-dev m4 ncurses pcre-dev"
     1.9 -BUILD_DEPENDS="acl-dev coreutils glib-dev libcroco-dev libxml2-dev"
    1.10 +DEPENDS="acl-dev attr-dev gettext-base gettext-tools glib-dev liblzma \
    1.11 +libxml2 libxml2-dev m4 ncurses pcre-dev" #libcroco (security unmaintained)
    1.12 +BUILD_DEPENDS="automake m4 acl-dev coreutils glib-dev libxml2-dev" #libcroco-dev
    1.13  SPLIT="gettext-base gettext-tools"
    1.14  
    1.15  HOST_ARCH="i486 arm"
    1.16 @@ -35,7 +35,12 @@
    1.17  compile_rules()
    1.18  {
    1.19  	# 0.21	for textstyle.h to be found:
    1.20 -	export	CFLAGS="$CFLAGS -I../../libtextstyle/lib" &&
    1.21 +	#export	CFLAGS="$CFLAGS -I../../libtextstyle/lib" &&
    1.22 +
    1.23 +	#Disable libtextstyle required by libcroco unmaintained
    1.24 +        patch -p1 -i $stuff/gettext-0.21-disable-libtextstyle.patch
    1.25 +
    1.26 +	autoreconf --force
    1.27  
    1.28  	./configure		\
    1.29  		$CONFIGURE_ARGS	\