wok diff f2c/receipt @ rev 24988

Fix perl-gd & tcptrack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 12 11:01:25 2022 +0000 (2022-05-12)
parents 970deba23db6
children 7ae189994f37
line diff
     1.1 --- a/f2c/receipt	Fri Apr 15 16:15:33 2022 +0000
     1.2 +++ b/f2c/receipt	Thu May 12 11:01:25 2022 +0000
     1.3 @@ -27,8 +27,8 @@
     1.4  		wget -P $SOURCES_REPOSITORY $LIBF2C
     1.5  	cp makefile.u makefile
     1.6  	make
     1.7 -	unzip $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES -d libf2c
     1.8 -	cd libf2c
     1.9 +	mkdir libf2c && cd libf2c
    1.10 +	unzip -q $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES
    1.11  	sed 's|^CFLAGS.*|& -fPIC -DNON_UNIX_STDIO|' < makefile.u > makefile
    1.12  	make all libf2c.so
    1.13  }