Skip to content

Commit

Permalink
gpsd: apply MacPorts patch for 10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Nov 17, 2013
1 parent 36c9a0b commit d84ca30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Formula/gpsd.rb
Expand Up @@ -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}/"
Expand Down

0 comments on commit d84ca30

Please sign in to comment.