Ticket #25803: ffmpeg.diff

File ffmpeg.diff, 937 bytes (added by takanori@…, 14 years ago)
  • files/patch-Makefile.diff

     
     1--- Makefile.orig       2009-02-22 03:41:52.000000000 +0900
     2+++ Makefile    2010-07-25 07:03:32.000000000 +0900
     3@@ -118,7 +118,7 @@
     4                                  $(ALLMANPAGES))
     5 
     6 doc/%.html: doc/%.texi
     7-       texi2html -monolithic -number $<
     8+       texi2html $<
     9        mv $(@F) $@
     10 
     11 doc/%.pod: doc/%-doc.texi
  • Portfile

     
    5252
    5353patchfiles      patch-libavfilter-avfilter.h.diff \
    5454                patch-libswscale-Makefile.diff \
    55                 patch-libswscale-swscale.h.diff
     55                patch-libswscale-swscale.h.diff \
     56                patch-Makefile.diff
    5657
    5758
    5859use_parallel_build yes