diff options
| -rw-r--r-- | Library/Formula/mapnik.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/mapnik.rb b/Library/Formula/mapnik.rb index 0ff0648df..9ea511b78 100644 --- a/Library/Formula/mapnik.rb +++ b/Library/Formula/mapnik.rb @@ -7,9 +7,7 @@ class Mapnik < Formula # can be removed at Mapnik > 2.2.0 # https://github.com/mapnik/mapnik/issues/1973 - def patches - DATA - end + patch :DATA head 'https://github.com/mapnik/mapnik.git' depends_on 'pkg-config' => :build |
