From b5aa606e4e341301307b6a49a4384d482a5c1b3f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 5 Mar 2011 13:03:41 -0800 Subject: gmtl 0.6.1 Also fixes non-Framework Python issues. [rpavlik] Fixes #4131 --- Library/Formula/gmtl.rb | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gmtl.rb b/Library/Formula/gmtl.rb index 622d63286..17f9414ae 100644 --- a/Library/Formula/gmtl.rb +++ b/Library/Formula/gmtl.rb @@ -1,12 +1,19 @@ require 'formula' class Gmtl :build + # Build assumes that Python is a framework, which isn't always true. See: + # https://sourceforge.net/tracker/?func=detail&aid=3172856&group_id=43735&atid=437247 + def patches + "https://gist.github.com/raw/811405/fix-gmtl-build.diff" + end + def install system "scons", "install", "prefix=#{prefix}" end -- cgit v1.2.3