Ticket #25926: portfile-ffmpeg-remove-libswscale-makefile-patch.diff
File portfile-ffmpeg-remove-libswscale-makefile-patch.diff, 867 bytes (added by daitakahashi, 13 years ago) |
---|
-
Portfile
old new 53 53 sha1 d4e464d4111971b9cef10be7a1efa3677a899338 \ 54 54 rmd160 cd2f5011c65a9eaf5353a8d49ff3a14a467baa63 55 55 56 patchfiles patch-libswscale-Makefile.diff \ 57 patch-libswscale-swscale.h.diff \ 56 patchfiles patch-libswscale-swscale.h.diff \ 58 57 patch-Makefile.diff 59 58 60 59 depends_build port:pkgconfig \ … … 77 76 port:bzip2 \ 78 77 port:zlib 79 78 80 #81 # temporary empirical counter-intuitive hack to enable building on82 # single processor/core machines see #2592683 # TODO: understand the root cause, why this works and/or apply a better fix84 #85 86 if {${build.jobs} < 2} {87 build.jobs 288 }89 90 79 build.cmd ${prefix}/bin/gmake 91 80 build.env-append V=1 92 81