aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:51 -0500
committerJack Nagel2014-03-19 12:29:56 -0500
commit25bc314244ae05da8f5589ced0add4b064627b26 (patch)
tree5ba09ec784de146666899141d3f82c3d29d3fa5f /Library/Formula
parent1a185425db953d099832db35578e0e0ace874bc9 (diff)
downloadhomebrew-25bc314244ae05da8f5589ced0add4b064627b26.tar.bz2
glui: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/glui.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/glui.rb b/Library/Formula/glui.rb
index 7732da821..fc52fc795 100644
--- a/Library/Formula/glui.rb
+++ b/Library/Formula/glui.rb
@@ -7,7 +7,7 @@ class Glui < Formula
# Fix compiler warnings in glui.h. Reported upstream:
# http://sourceforge.net/p/glui/patches/12/
- def patches; DATA; end
+ patch :DATA
def install
cd 'src' do