diff options
| author | Adam Vandenberg | 2012-03-17 20:23:25 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-17 20:50:02 -0700 |
| commit | 80ea5d2c6f5d4835f7dc95618ac00fc008ab67d6 (patch) | |
| tree | d3b54953ac6235f8f567d468c16351ab41c8bb71 /Library/Formula | |
| parent | 2d13236294975a8f05e7c038ee7b3b4a16e4420f (diff) | |
| download | homebrew-80ea5d2c6f5d4835f7dc95618ac00fc008ab67d6.tar.bz2 | |
dvdauthor: use a p1 patch
Diffstat (limited to 'Library/Formula')
| -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> |
