File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ download() {
69
69
70
70
if [ ! -f " $DOWNLOAD_PATH /$DOWNLOAD_FILE " ]; then
71
71
echo " Downloading $1 as $DOWNLOAD_FILE "
72
- curl -L --silent -o " $DOWNLOAD_PATH /$DOWNLOAD_FILE " " $1 "
72
+ ^ " $DOWNLOAD_PATH /$DOWNLOAD_FILE " " $1 "
73
73
74
74
EXITCODE=$?
75
75
if [ $EXITCODE -ne 0 ]; then
@@ -582,7 +582,7 @@ if $NONFREE_AND_GPL; then
582
582
download " https://github.com/georgmartius/vid.stab/archive/v1.1.0.tar.gz" " vid.stab-1.1.0.tar.gz"
583
583
584
584
if $MACOS_M1 ; then
585
- curl -s - o " $PACKAGES /vid.stab-1.1.0/fix_cmake_quoting.patch" https://raw.githubusercontent.com/Homebrew/formula-patches/5bf1a0e0cfe666ee410305cece9c9c755641bfdf/libvidstab/fix_cmake_quoting.patch
585
+ curl -L --silent - o " $PACKAGES /vid.stab-1.1.0/fix_cmake_quoting.patch" " https://raw.githubusercontent.com/Homebrew/formula-patches/5bf1a0e0cfe666ee410305cece9c9c755641bfdf/libvidstab/fix_cmake_quoting.patch"
586
586
patch -p1 < fix_cmake_quoting.patch
587
587
fi
588
588
@@ -745,7 +745,7 @@ if build "libtheora" "1.1.1"; then
745
745
mv configure.patched configure
746
746
# #BEGIN CONFIG.GUESS PATCH -- Updating config.guess file. Which allowed me to compile on aarch64 (ARMv8) [linux kernel 4.9 Ubuntu 20.04]
747
747
rm config.guess
748
- wget --quiet -O config.guess - https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess
748
+ curl -L --silent -o " config.guess" " https://raw.githubusercontent.com/gcc-mirror/gcc/master/config.guess"
749
749
chmod +x config.guess
750
750
# #END OF CONFIG.GUESS PATCH
751
751
execute ./configure --prefix=" ${WORKSPACE} " --with-ogg-libraries=" ${WORKSPACE} " /lib --with-ogg-includes=" ${WORKSPACE} " /include/ --with-vorbis-libraries=" ${WORKSPACE} " /lib --with-vorbis-includes=" ${WORKSPACE} " /include/ --enable-static --disable-shared --disable-oggtest --disable-vorbistest --disable-examples --disable-asm --disable-spec
You can’t perform that action at this time.
0 commit comments