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:
parent
7e120845e3
commit
da9f9712db
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue