diff options
Diffstat (limited to 'Library/Formula')
| -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", |
