diff options
Diffstat (limited to 'multimedia/handbrake/files/patch-contrib-Jamfile')
-rw-r--r-- | multimedia/handbrake/files/patch-contrib-Jamfile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/multimedia/handbrake/files/patch-contrib-Jamfile b/multimedia/handbrake/files/patch-contrib-Jamfile deleted file mode 100644 index 35d349f69d54..000000000000 --- a/multimedia/handbrake/files/patch-contrib-Jamfile +++ /dev/null @@ -1,34 +0,0 @@ ---- contrib/Jamfile.orig 2008-11-28 10:27:18.908822069 -0500 -+++ contrib/Jamfile 2008-11-28 10:27:21.787542159 -0500 -@@ -34,9 +34,10 @@ - } - actions Wget - { -- $(RM) $(<) && -- $(WGET) $(<) `cat $(>)` && -- ( touch $(<) || true ) -+# $(RM) $(<) && -+# $(WGET) $(<) `cat $(>)` && -+# ( touch $(<) || true ) -+ true - } - - # liba52 -@@ -99,6 +100,16 @@ - FFMPEG_EXTRA_OPTIONS = "--disable-vis --disable-demuxer=mpc8 --disable-vhook --disable-network" ; - } - -+ if $(OS) = FREEBSD -+ { -+ # -+ # Not all of ffmpeg works on FreeBSD - disable the bits that -+ # don't. When we get new versions of FFMPEG we can try enabling -+ # them again. -+ # -+ FFMPEG_EXTRA_OPTIONS = "--disable-devices" ; -+ } -+ - Depends $(<) : $(>) ; - Depends lib : $(<) ; - } - |