diff options
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}/" |
