aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBernhard Miklautz2014-02-05 21:32:56 +0100
committerMike McQuaid2014-02-06 10:13:57 +0000
commit5c1cfad080f61e818a18eb90d89df590313034a3 (patch)
tree63edc09120de996c72b524bbea041b5bce2334ca /Library
parent4badb2b6f90a858f8bd9376806837714c4c6b5a5 (diff)
downloadhomebrew-5c1cfad080f61e818a18eb90d89df590313034a3.tar.bz2
freerdp: added patch to remove macosx-version-min
fixes #24715 Closes #26441. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/freerdp.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/freerdp.rb b/Library/Formula/freerdp.rb
index 4546542e7..532e35095 100644
--- a/Library/Formula/freerdp.rb
+++ b/Library/Formula/freerdp.rb
@@ -15,7 +15,8 @@ class Freerdp < Formula
def patches
[
'https://github.com/FreeRDP/FreeRDP/commit/1d3289.patch',
- 'https://github.com/FreeRDP/FreeRDP/commit/e32f9e.patch'
+ 'https://github.com/FreeRDP/FreeRDP/commit/e32f9e.patch',
+ 'https://gist.github.com/bmiklautz/8832375/raw/ac77b61185d11aa69e5f6b5e88c0fa597c04d964/freerdp-1.0.2-osxversion-patch.diff'
]
end unless build.head?