diff options
| author | Greg Larkin <glarkin@FreeBSD.org> | 2012-01-16 20:18:06 +0000 |
|---|---|---|
| committer | Greg Larkin <glarkin@FreeBSD.org> | 2012-01-16 20:18:06 +0000 |
| commit | 5066df799de5fb60866b980b3a899c08991b10a4 (patch) | |
| tree | eee4c74917de207be0f28adb1cda488b29335e50 /devel/gearmand/files/patch-configure | |
| parent | Update to 3.2.0.2 . (diff) | |
- Fix the SQLite library detection the correct way this time
Submitted by: pointyhat (via pav)
Pointyhat to: glarkin
Diffstat (limited to 'devel/gearmand/files/patch-configure')
| -rw-r--r-- | devel/gearmand/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gearmand/files/patch-configure b/devel/gearmand/files/patch-configure new file mode 100644 index 000000000000..aa9346858605 --- /dev/null +++ b/devel/gearmand/files/patch-configure @@ -0,0 +1,10 @@ +--- ./configure.orig 2012-01-16 15:07:46.000000000 -0500 ++++ ./configure 2012-01-16 15:08:21.000000000 -0500 +@@ -23441,6 +23441,7 @@ + | sed -e 's/"//'` + if test $ac_sqlite3_version != ""; then + SQLITE3_VERSION=$ac_sqlite3_version ++ ac_cv_libsqlite3=yes + else + { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!" >&5 + $as_echo "$as_me: WARNING: Cannot find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version!" >&2;} |
