aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-11 15:04:50 -0700
committerAdam Vandenberg2012-03-11 15:04:50 -0700
commit9397fce136bf5c4059dc121dfe6a5c86804e051d (patch)
treec2e5d16f6e699ad07476333901ebb4710ad5e1c1 /Library
parenta800e3020d7788527a49c6e27fd829ec9bbc96ff (diff)
downloadhomebrew-9397fce136bf5c4059dc121dfe6a5c86804e051d.tar.bz2
spatialite-tools: add full link to gh issue
Diffstat (limited to 'Library')
-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"