diff options
Diffstat (limited to 'Library')
| -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", |
