aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:50 -0500
committerJack Nagel2014-03-19 12:07:50 -0500
commit08a9c13324475afb1440902bf4788828de386e61 (patch)
tree1f8627de894f949d503ed273018dcd8f9050e890 /Library/Formula
parent93192109afa18058daac50bdfdcf835249915684 (diff)
downloadhomebrew-08a9c13324475afb1440902bf4788828de386e61.tar.bz2
ggobi: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ggobi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ggobi.rb b/Library/Formula/ggobi.rb
index 43ada8541..a14de1a37 100644
--- a/Library/Formula/ggobi.rb
+++ b/Library/Formula/ggobi.rb
@@ -17,7 +17,7 @@ class Ggobi < Formula
# Several files reference "line 0", which gcc accepts but clang doesn't
# See https://github.com/Homebrew/homebrew/pull/13423
- def patches; DATA; end
+ patch :DATA
def install
# Necessary for ggobi to build - based on patch from MacPorts