diff options
| author | Pavel Borzenkov | 2013-04-30 17:57:04 +0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-30 09:48:42 -0700 |
| commit | 1cd0fba42746b157f7911d34988afb2a3247a446 (patch) | |
| tree | bd558449a80a309f3f1fa948a0b84f44c989bbe2 /Library/Formula | |
| parent | 362a1268a26b6a785f4beb50e445248da1229ea0 (diff) | |
| download | homebrew-1cd0fba42746b157f7911d34988afb2a3247a446.tar.bz2 | |
tiger-vnc: fix black screen issue on Mountain Lion
The patch is already upstream, revision 4956.
Closes #19535.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tiger-vnc.rb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Library/Formula/tiger-vnc.rb b/Library/Formula/tiger-vnc.rb index 52acd0af5..044dc05bf 100644 --- a/Library/Formula/tiger-vnc.rb +++ b/Library/Formula/tiger-vnc.rb @@ -14,8 +14,14 @@ class TigerVnc < Formula # Fix build of included fltk library on Mountain Lion # http://www.fltk.org/str.php?L2864 # Patch for compatibility with gnutls 3 + # Fix black screen issue on Mountain Lion + # http://permalink.gmane.org/gmane.network.vnc.tigervnc.user/544 def patches - { :p0 => DATA } + { :p0 => DATA, + :p1 => [ + "http://tigervnc.svn.sourceforge.net/viewvc/tigervnc/trunk/vncviewer/OSXPixelBuffer.cxx?r1=4646&r2=4956&view=patch", + "http://tigervnc.svn.sourceforge.net/viewvc/tigervnc/trunk/vncviewer/OSXPixelBuffer.h?r1=4504&r2=4956&view=patch" + ]} end def install |
