wok diff xorg-imake/receipt @ rev 25633

wbar: remove imlib2-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 24 10:30:04 2023 +0000 (6 months ago)
parents 5d79829fa876
children
line diff
     1.1 --- a/xorg-imake/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/xorg-imake/receipt	Sun Dec 24 10:30:04 2023 +0000
     1.3 @@ -24,9 +24,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure			\
     1.8 -		--prefix=/usr		\
     1.9 -		--mandir=/usr/share/man	\
    1.10 +	./configure				\
    1.11 +		--prefix=/usr			\
    1.12 +		--mandir=/usr/share/man		\
    1.13 +		--with-create-lib-cmd="ar cq"	\
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16  	make DESTDIR=$DESTDIR install