diff options
| author | Samuel John | 2013-06-10 16:06:57 +0200 |
|---|---|---|
| committer | Samuel John | 2013-06-10 22:09:10 +0200 |
| commit | 5f86f17c88fa5c9b2590414c7943c4839edbeeb0 (patch) | |
| tree | dc974ebf8c3f53e0a2058c1d2304ccf34c3badd5 /Library | |
| parent | fa582cb9ac65bcb2a952a83fc395eb80527685e5 (diff) | |
| download | homebrew-5f86f17c88fa5c9b2590414c7943c4839edbeeb0.tar.bz2 | |
mapserver: pass --with-cairo to configure
Configure does not automatically enable cairo bindings
(for svg/pdf support)
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mapserver.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mapserver.rb b/Library/Formula/mapserver.rb index 8bbc36ddc..d83f61d3c 100644 --- a/Library/Formula/mapserver.rb +++ b/Library/Formula/mapserver.rb @@ -36,6 +36,7 @@ class Mapserver < Formula args << "--with-geos" if build.with? 'geos' args << "--with-php=/usr/bin/php-config" if build.include? 'with-php' + args << "--with-cairo" if build.with? 'cairo' if build.include? 'with-postgresql' if MacOS.version >= :lion # Lion ships with PostgreSQL libs |
