diff options
| author | mccraig mccraig of the clan mccraig | 2011-06-07 10:10:55 +0200 |
|---|---|---|
| committer | Jack Nagel | 2011-08-29 13:55:53 -0500 |
| commit | a6d33513fd53d30d8a5ac97f24b42d084e93cc1a (patch) | |
| tree | 54b55d0151672b20706278424856a2d1730059af /Library/Formula | |
| parent | 07971d0ae247de8e445972a00331cd627abef437 (diff) | |
| download | homebrew-a6d33513fd53d30d8a5ac97f24b42d084e93cc1a.tar.bz2 | |
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libdvdread.rb | 5 |
1 files changed, 5 insertions, 0 deletions
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", |
