diff options
| author | Jack Nagel | 2014-03-19 12:07:52 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 12:29:58 -0500 |
| commit | 2e1a50184e0218de8792d5b9b66aa6bea16de31d (patch) | |
| tree | 6b78ed6da38fc52b2ca4c97840f1e83d9945a2fa /Library/Formula | |
| parent | 6daaa79ef5a39622d756aaae293a6ff19278de48 (diff) | |
| download | homebrew-2e1a50184e0218de8792d5b9b66aa6bea16de31d.tar.bz2 | |
gtkglext: use patch DSL
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gtkglext.rb | 8 |
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", |
