aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPavel Borzenkov2013-04-30 17:57:04 +0400
committerAdam Vandenberg2013-04-30 09:48:42 -0700
commit1cd0fba42746b157f7911d34988afb2a3247a446 (patch)
treebd558449a80a309f3f1fa948a0b84f44c989bbe2 /Library/Formula
parent362a1268a26b6a785f4beb50e445248da1229ea0 (diff)
downloadhomebrew-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.rb8
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