aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/spatialite-tools.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/spatialite-tools.rb b/Library/Formula/spatialite-tools.rb
index d899fc159..f17b5273d 100644
--- a/Library/Formula/spatialite-tools.rb
+++ b/Library/Formula/spatialite-tools.rb
@@ -9,7 +9,8 @@ class SpatialiteTools < Formula
depends_on 'libspatialite'
def install
- ENV.append 'LDFLAGS', '-liconv' # Fixes 3328. Can be removed in some future release.
+ # See: https://github.com/mxcl/homebrew/issues/3328
+ ENV.append 'LDFLAGS', '-liconv'
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--target=macosx"