# HG changeset patch # User Pascal Bellard # Date 1650040767 0 # Node ID 0a3aadaa77365fd731f4a123dd2f8930019b9bbd # Parent 970deba23db6fa6afd954c7ee8cea85d97351bf8 f2c: add libf2c (again) diff -r 970deba23db6 -r 0a3aadaa7736 f2c/receipt --- a/f2c/receipt Fri Apr 15 16:15:33 2022 +0000 +++ b/f2c/receipt Fri Apr 15 16:39:27 2022 +0000 @@ -27,8 +27,8 @@ wget -P $SOURCES_REPOSITORY $LIBF2C cp makefile.u makefile make - unzip $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES -d libf2c - cd libf2c + mkdir libf2c && cd libf2c + unzip -q $SOURCES_REPOSITORY/$EXTRA_SOURCE_FILES sed 's|^CFLAGS.*|& -fPIC -DNON_UNIX_STDIO|' < makefile.u > makefile make all libf2c.so }