diff options
| author | Will White | 2010-11-09 11:47:33 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-11-09 19:28:28 -0800 |
| commit | 941f54bdba4146844a94db9e74f6bb2cde392bea (patch) | |
| tree | b0eaa2963065d645b15a3210fcf291ecf0921e22 /Library/Formula | |
| parent | bf6ac4ae05479b17d18998a52c8d038a40d6abb8 (diff) | |
| download | homebrew-941f54bdba4146844a94db9e74f6bb2cde392bea.tar.bz2 | |
Fix apparent typo in --with-threads option.
gdal does not accept a --with-pthreads option.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gdal.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index baac18dfc..6bfbe087c 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -14,7 +14,7 @@ class Gdal <Formula system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", - "--with-pthreads", + "--with-threads", "--with-local=#{prefix}", "--with-png=/usr/X11", "--without-pg", |
