libdvdread: add dvdbackup compatibility patch

Required for dvdbackup to build with libdvdread 4.1.3; see
http://dvdbackup.sourceforge.net/

Fixes Homebrew/homebrew#5930 and Homebrew/homebrew#5335.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
mccraig mccraig of the clan mccraig 2011-06-07 10:10:55 +02:00 committed by Jack Nagel
parent 7e120845e3
commit da9f9712db

View file

@ -8,6 +8,11 @@ class Libdvdread < Formula
depends_on 'libdvdcss' => :optional
def patches
# compatibility patch provided by dvdbackup
"http://dvdbackup.sourceforge.net/DVDFileStat.patch"
end
def install
system "./autogen.sh"
system "./configure", "--disable-debug", "--disable-dependency-tracking",