aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2012-08-03 21:00:56 +0100
committerMike McQuaid2012-08-03 21:00:56 +0100
commit106e947f3d808c466c4e5a39b445f58e8be83caf (patch)
treeea707d71931132a62e5b5f9aef05a4c4e623e412 /Library/Formula
parentabf0d2a8b487873ba073d860f77b0522f581dd2f (diff)
downloadhomebrew-106e947f3d808c466c4e5a39b445f58e8be83caf.tar.bz2
freerdp: patch upstreamed; update comment.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/freerdp.rb9
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/freerdp.rb b/Library/Formula/freerdp.rb
index a96c7693a..865111abd 100644
--- a/Library/Formula/freerdp.rb
+++ b/Library/Formula/freerdp.rb
@@ -10,14 +10,11 @@ class Freerdp < Formula
depends_on 'cmake' => :build
depends_on 'pkg-config' => :build
+ # Upstream; check for removal on 1.1 release.
def patches
[
- # Fixes clang build problems
- # Already upstream, check for removal on 1.1 release:
- # https://github.com/FreeRDP/FreeRDP/pull/544
- 'https://github.com/mikemcquaid/FreeRDP/commit/1d3289.patch',
- # Fixes Mountain Lion build problem
- 'https://github.com/mikemcquaid/FreeRDP/commit/e32f9e.patch'
+ 'https://github.com/FreeRDP/FreeRDP/commit/1d3289.patch',
+ 'https://github.com/FreeRDP/FreeRDP/commit/e32f9e.patch'
]
end