Skip to content

Commit

Permalink
mod_python: use a p1 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Mar 18, 2012
1 parent 74aced7 commit 264d273
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Library/Formula/mod_python.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ class ModPython < Formula
md5 'a3b0150176b726bd2833dac3a7837dc5'

# patch-src-connobject.c.diff from MacPorts
def patches
{ :p0 => DATA }
end
def patches; DATA; end

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down Expand Up @@ -42,8 +40,8 @@ def caveats; <<-EOS.undent
end

__END__
--- src/connobject.c 2006-12-03 05:36:37.000000000 +0100
+++ src/connobject.c 2008-07-30 12:30:10.000000000 +0200
--- a/src/connobject.c 2006-12-03 05:36:37.000000000 +0100
+++ b/src/connobject.c 2008-07-30 12:30:10.000000000 +0200
@@ -139,7 +139,7 @@
bytes_read = 0;

Expand Down

0 comments on commit 264d273

Please sign in to comment.