We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c0083 commit 00e963cCopy full SHA for 00e963c
build-ffmpeg
@@ -313,9 +313,11 @@ if build "giflib" "5.2.1"; then
313
download "https://netcologne.dl.sourceforge.net/project/giflib/giflib-5.2.1.tar.gz"
314
if [[ "$OSTYPE" == "darwin"* ]]; then
315
download "https://sourceforge.net/p/giflib/bugs/_discuss/thread/4e811ad29b/c323/attachment/Makefile.patch"
316
- execute patch "${PACKAGES}/giflib-5.2.1/Makefile" ${PACKAGES}/Makefile.patch""
+ execute patch -p0 --forward "${PACKAGES}/giflib-5.2.1/Makefile" "${PACKAGES}/Makefile.patch" || true
317
fi
318
- execute make -j $MJOBS
+ cd "${PACKAGES}"/giflib-5.2.1 || exit
319
+ #multicore build disabled for this library
320
+ execute make
321
execute make PREFIX="${WORKSPACE}" install
322
build_done "giflib" "5.2.1"
323
0 commit comments