aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-16 23:16:31 -0800
committerAdam Vandenberg2013-11-16 23:16:31 -0800
commitfaa5846a279cbabc06b29eb1e313023ab34cbbcc (patch)
tree884b1f2d7cce2874a57f75b2fd7fca33d3516a39 /Library/Formula
parentc040a0edcb60225c2b68cf1c06d110c2045e347e (diff)
downloadhomebrew-faa5846a279cbabc06b29eb1e313023ab34cbbcc.tar.bz2
gpsd: apply MacPorts patch for 10.9
Closes #24235.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gpsd.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/gpsd.rb b/Library/Formula/gpsd.rb
index 2a5dec1a3..7c97770c2 100644
--- a/Library/Formula/gpsd.rb
+++ b/Library/Formula/gpsd.rb
@@ -8,6 +8,10 @@ class Gpsd < Formula
depends_on 'scons' => :build
depends_on 'libusb' => :optional
+ def patches
+ {:p0 => "https://trac.macports.org/export/113474/trunk/dports/net/gpsd/files/string.patch"}
+ end
+
def install
system "scons", "chrpath=False", "python=False", "strip=False", "shared=False",
"prefix=#{prefix}/"