From ff12e45434a7535fdf4403d8787156a5b0df72e7 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Mon, 7 May 2012 13:56:45 -0700 Subject: spatialite-tools: Fix comments A comment accidentally got separated from the code it was explaining. --- Library/Formula/spatialite-tools.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/spatialite-tools.rb b/Library/Formula/spatialite-tools.rb index 77891cf6b..ecd6f128a 100644 --- a/Library/Formula/spatialite-tools.rb +++ b/Library/Formula/spatialite-tools.rb @@ -12,8 +12,10 @@ class SpatialiteTools < Formula def install # See: https://github.com/mxcl/homebrew/issues/3328 - ENV.append 'LDFLAGS', "-L#{HOMEBREW_PREFIX}/lib" ENV.append 'LDFLAGS', '-liconv' + # Ensure Homebrew SQLite is found before system SQLite. + ENV.append 'LDFLAGS', "-L#{HOMEBREW_PREFIX}/lib" + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" -- cgit v1.2.3