From a6d33513fd53d30d8a5ac97f24b42d084e93cc1a Mon Sep 17 00:00:00 2001 From: mccraig mccraig of the clan mccraig Date: Tue, 7 Jun 2011 10:10:55 +0200 Subject: libdvdread: add dvdbackup compatibility patch Required for dvdbackup to build with libdvdread 4.1.3; see http://dvdbackup.sourceforge.net/ Fixes #5930 and #5335. Signed-off-by: Jack Nagel --- Library/Formula/libdvdread.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/libdvdread.rb b/Library/Formula/libdvdread.rb index 1a30590ef..454362b68 100644 --- a/Library/Formula/libdvdread.rb +++ b/Library/Formula/libdvdread.rb @@ -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", -- cgit v1.2.3