diff options
| author | Jack Nagel | 2014-03-21 10:11:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-21 10:11:07 -0500 |
| commit | 6ff3502a3bba0aacd79f6fde2c88fdd435a3be27 (patch) | |
| tree | 80b0c90369aeea101334af23d09ffa7efa00146c /Library | |
| parent | a0df9a555668ac859192fd1c83ad73aacace33bc (diff) | |
| download | homebrew-6ff3502a3bba0aacd79f6fde2c88fdd435a3be27.tar.bz2 | |
x11vnc: use patch DSL
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/x11vnc.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/x11vnc.rb b/Library/Formula/x11vnc.rb index 7694dd8ea..e318c92cf 100644 --- a/Library/Formula/x11vnc.rb +++ b/Library/Formula/x11vnc.rb @@ -9,9 +9,7 @@ class X11vnc < Formula # Patch solid.c so a non-void function returns a NULL instead of a void. # An email has been sent to the maintainers about this issue. - def patches - DATA - end + patch :DATA def install system "./configure", "--disable-debug", |
