diff options
| author | Jack Nagel | 2013-04-11 02:26:10 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2013-04-11 02:26:10 -0500 | 
| commit | 438d334a2a28794409679b269263957c14c56131 (patch) | |
| tree | cdb56a5398fae1ee6086eac03851894983c0f947 /Library/Formula/json-c.rb | |
| parent | 4775c2975a0f2ee96dcbe55bc6999680ddef9e15 (diff) | |
| download | homebrew-438d334a2a28794409679b269263957c14c56131.tar.bz2 | |
json-c: note why we reverted 0.11
Diffstat (limited to 'Library/Formula/json-c.rb')
| -rw-r--r-- | Library/Formula/json-c.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb index e888bdcc8..a4805fafa 100644 --- a/Library/Formula/json-c.rb +++ b/Library/Formula/json-c.rb @@ -1,5 +1,6 @@  require 'formula' +# Stick with 0.10; PostGIS doesn't build against 0.11  class JsonC < Formula    homepage 'https://github.com/json-c/json-c/wiki'    url 'https://github.com/downloads/json-c/json-c/json-c-0.10.tar.gz' | 
