From 59a5d2ee127c752215fee46904fb069ee9cf0c8a Mon Sep 17 00:00:00 2001 From: Samuel John Date: Fri, 11 Jan 2013 11:32:35 +0100 Subject: sqlite: keg_only Closes #17000. Signed-off-by: Mike McQuaid --- Library/Formula/sqlite.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/sqlite.rb b/Library/Formula/sqlite.rb index 4ec4da6f8..bcc2bf30c 100644 --- a/Library/Formula/sqlite.rb +++ b/Library/Formula/sqlite.rb @@ -26,6 +26,8 @@ class Sqlite < Formula option 'with-fts', 'Enable the FTS module' option 'with-functions', 'Enable more math and string functions for SQL queries' + keg_only "OS X already provides (an older) sqlite3." + def install ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_RTREE" unless build.include? "without-rtree" ENV.append 'CPPFLAGS', "-DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_FTS3_PARENTHESIS" if build.include? "with-fts" -- cgit v1.2.3