diff options
| author | Adam Vandenberg | 2013-11-16 23:16:31 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-16 23:16:31 -0800 |
| commit | faa5846a279cbabc06b29eb1e313023ab34cbbcc (patch) | |
| tree | 884b1f2d7cce2874a57f75b2fd7fca33d3516a39 /Library/Formula | |
| parent | c040a0edcb60225c2b68cf1c06d110c2045e347e (diff) | |
| download | homebrew-faa5846a279cbabc06b29eb1e313023ab34cbbcc.tar.bz2 | |
gpsd: apply MacPorts patch for 10.9
Closes #24235.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gpsd.rb | 4 |
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}/" |
