Ticket #42269: patch-CLI_Compile.sh.diff
File patch-CLI_Compile.sh.diff, 798 bytes (added by Pesthauch666@…, 11 years ago) |
---|
-
CLI_Compile.sh
old new 31 31 cd ZenLib/Project/GNU/Library/ 32 32 test -e Makefile && rm Makefile 33 33 chmod u+x configure 34 ./configure $ZenLib_Options $*34 ./configure $ZenLib_Options "$@" 35 35 if test -e Makefile; then 36 36 make clean 37 37 Zen_Make … … 57 57 cd MediaInfoLib/Project/GNU/Library/ 58 58 test -e Makefile && rm Makefile 59 59 chmod u+x configure 60 ./configure $*60 ./configure --with-libcurl "$@" 61 61 if test -e Makefile; then 62 62 make clean 63 63 Zen_Make … … 83 83 cd MediaInfo/Project/GNU/CLI/ 84 84 test -e Makefile && rm Makefile 85 85 chmod u+x configure 86 ./configure --enable-staticlibs $*86 ./configure --enable-staticlibs "$@" 87 87 if test -e Makefile; then 88 88 make clean 89 89 Zen_Make