aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-17 20:23:25 -0700
committerAdam Vandenberg2012-03-17 20:50:02 -0700
commit80ea5d2c6f5d4835f7dc95618ac00fc008ab67d6 (patch)
treed3b54953ac6235f8f567d468c16351ab41c8bb71 /Library
parent2d13236294975a8f05e7c038ee7b3b4a16e4420f (diff)
downloadhomebrew-80ea5d2c6f5d4835f7dc95618ac00fc008ab67d6.tar.bz2
dvdauthor: use a p1 patch
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dvdauthor.rb6
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>