aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-03-19 12:07:52 -0500
committerJack Nagel2014-03-19 12:29:58 -0500
commit2e1a50184e0218de8792d5b9b66aa6bea16de31d (patch)
tree6b78ed6da38fc52b2ca4c97840f1e83d9945a2fa /Library/Formula
parent6daaa79ef5a39622d756aaae293a6ff19278de48 (diff)
downloadhomebrew-2e1a50184e0218de8792d5b9b66aa6bea16de31d.tar.bz2
gtkglext: use patch DSL
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gtkglext.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/gtkglext.rb b/Library/Formula/gtkglext.rb
index f853eecc6..2b8a8bf40 100644
--- a/Library/Formula/gtkglext.rb
+++ b/Library/Formula/gtkglext.rb
@@ -11,11 +11,9 @@ class Gtkglext < Formula
depends_on 'pangox-compat'
depends_on :x11
- def patches
- # fixes an incompatibility with recent GTK versions
- # patch from: <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585155>
- DATA
- end
+ # fixes an incompatibility with recent GTK versions
+ # patch from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585155
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",