diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dvdauthor.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dvdauthor.rb b/Library/Formula/dvdauthor.rb index f319a53d9..ab7f8385a 100644 --- a/Library/Formula/dvdauthor.rb +++ b/Library/Formula/dvdauthor.rb @@ -16,7 +16,7 @@ class Dvdauthor < Formula # http://bugs.gentoo.org/355039 # https://github.com/ldo/dvdauthor/commit/c82aaa4eb1a1c36bf7e2b7ae3c9140d0bf8000b5 def patches - { :p0 => DATA } + DATA end def install @@ -31,8 +31,8 @@ class Dvdauthor < Formula end __END__ ---- src/spuunmux.c.orig 2010-05-10 11:27:55.000000000 +0400 -+++ src/spuunmux.c 2011-03-17 11:20:25.000000000 +0300 +--- a/src/spuunmux.c 2010-05-10 11:27:55.000000000 +0400 ++++ b/src/spuunmux.c 2011-03-17 11:20:25.000000000 +0300 @@ -39,6 +39,7 @@ #include <netinet/in.h> |
