File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -313,9 +313,11 @@ if build "giflib" "5.2.1"; then
313
313
download " https://netcologne.dl.sourceforge.net/project/giflib/giflib-5.2.1.tar.gz"
314
314
if [[ " $OSTYPE " == " darwin" * ]]; then
315
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" "
316
+ execute patch -p0 --forward " ${PACKAGES} /giflib-5.2.1/Makefile" " ${PACKAGES} /Makefile.patch" || true
317
317
fi
318
- execute make -j $MJOBS
318
+ cd " ${PACKAGES} " /giflib-5.2.1 || exit
319
+ # multicore build disabled for this library
320
+ execute make
319
321
execute make PREFIX=" ${WORKSPACE} " install
320
322
build_done " giflib" " 5.2.1"
321
323
fi
You can’t perform that action at this time.
0 commit comments