From f9c8011f62cd6e79e7acde731acd375d2f31c93e Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 23 May 2012 17:41:51 -0700 Subject: GDAL: Fix missing comma Argh. Forgot a comma when adding the flag to disable Poppler. --- Library/Formula/gdal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gdal.rb b/Library/Formula/gdal.rb index b47166cf1..d9877db13 100644 --- a/Library/Formula/gdal.rb +++ b/Library/Formula/gdal.rb @@ -122,7 +122,7 @@ class Gdal < Formula # Should be installed separately after GRASS installation using the # official GDAL GRASS plugin. "--without-grass", - "--without-libgrass" + "--without-libgrass", # Poppler explicitly disabled. GDAL currently can't compile against # Poppler 0.20.0. -- cgit v1.2.3