aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTim Tregubov2011-11-29 21:23:19 -0500
committerAdam Vandenberg2011-12-03 08:16:10 -0800
commitb714d44f5935480770912babaed9b72c3f41f101 (patch)
treef315f2815f9f5027d45c950cc744bd2fd50919f4 /Library/Formula
parent9df3252c6e0db61f40bdf4aede5e754f8ffeb0ff (diff)
downloadhomebrew-b714d44f5935480770912babaed9b72c3f41f101.tar.bz2
synfix: patch for compiling against libpng 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/synfig.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/synfig.rb b/Library/Formula/synfig.rb
index 1326cfe5b..766099130 100644
--- a/Library/Formula/synfig.rb
+++ b/Library/Formula/synfig.rb
@@ -7,6 +7,11 @@ class Synfig < Formula
head 'git://synfig.git.sourceforge.net/gitroot/synfig/synfig', :using => :git
+ def patches
+ # this patches synfig to work with libpng 1.5 per http://sourceforge.net/tracker/?func=detail&aid=3427945&group_id=144022&atid=757416
+ { :p2 => "http://sourceforge.net/tracker/download.php?group_id=144022&atid=757416&file_id=426842&aid=3427945" }
+ end
+
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'etl'