David Höppner 2010-11-23 12:03:04 +01:00
parent 8220546e81
commit 45b42f5e66
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class SpatialiteTools <Formula
depends_on 'libspatialite'
def install
ENV.append 'LDFLAGS', '-liconv' # Fixes 3328 should be removed with next version
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--target=macosx"