aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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",