aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2012-08-17 13:53:35 -0500
committerMisty De Meo2012-08-17 14:05:58 -0500
commit56c897501347d96497db1dc880adb0d75207c04b (patch)
tree12a097000f624a6763665cbf0d45fc82802d461f /Library
parent4ad8598ae9172f25394d18d6980caca9061674e1 (diff)
downloadhomebrew-56c897501347d96497db1dc880adb0d75207c04b.tar.bz2
gource: fix compilation with boost 1.50.0
Fixes #14246.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gource.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gource.rb b/Library/Formula/gource.rb
index 55e468a87..d6639b3b0 100644
--- a/Library/Formula/gource.rb
+++ b/Library/Formula/gource.rb
@@ -24,6 +24,12 @@ class Gource < Formula
depends_on 'sdl'
depends_on 'sdl_image'
+ def patches
+ # Fix for API change in boost 1.50.0; can be removed in next version
+ # http://code.google.com/p/gource/issues/detail?id=162
+ "https://github.com/acaudwell/Gource/commit/408371e10f931e2330ff94bd7291b5d1c8c80e9b.patch"
+ end
+
def install
# For non-/usr/local installs
ENV.append "CXXFLAGS", "-I#{HOMEBREW_PREFIX}/include"