From 6bfdea71f0bb68e37ab9a171d66ea828304d7707 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Casallas Date: Thu, 6 Oct 2011 10:27:45 +0200 Subject: gmtl: exclude patch when installing from HEAD -gmtl's svn (HEAD) has an updated SConstruct which doen't need to be patched. -The patch is still applied when doing "regular install" (gmtl 0.6.1). Closes #8002. Signed-off-by: Jack Nagel --- Library/Formula/gmtl.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gmtl.rb b/Library/Formula/gmtl.rb index a38bd4899..c43a1ccfe 100644 --- a/Library/Formula/gmtl.rb +++ b/Library/Formula/gmtl.rb @@ -10,8 +10,9 @@ class Gmtl < Formula # 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 + # The SConstruct from gmtl's HEAD doesn't need to be patched def patches - "https://gist.github.com/raw/811405/fix-gmtl-build.diff" + "https://gist.github.com/raw/811405/fix-gmtl-build.diff" unless ARGV.build_head? end def install -- cgit v1.2.3