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)

patch for portfile; remove build.jobs hack and libswscale/Makefile patch

  • Portfile

    old new  
    5353                sha1    d4e464d4111971b9cef10be7a1efa3677a899338 \
    5454                rmd160  cd2f5011c65a9eaf5353a8d49ff3a14a467baa63
    5555
    56 patchfiles      patch-libswscale-Makefile.diff \
    57                 patch-libswscale-swscale.h.diff \
     56patchfiles      patch-libswscale-swscale.h.diff \
    5857                patch-Makefile.diff
    5958
    6059depends_build   port:pkgconfig \
     
    7776                port:bzip2 \
    7877                port:zlib
    7978
    80 #
    81 # temporary empirical counter-intuitive hack to enable building on
    82 # single processor/core machines see #25926
    83 # TODO: understand the root cause, why this works and/or apply a better fix
    84 #
    85 
    86 if {${build.jobs} < 2} {
    87     build.jobs 2
    88 }
    89 
    9079build.cmd       ${prefix}/bin/gmake
    9180build.env-append V=1
    9281