]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- let it find sqlite3 which it requires
authorhavner <havner@pld-linux.org>
Mon, 1 Nov 2004 23:23:51 +0000 (23:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok-sqlite3.patch -> 1.1

amarok-sqlite3.patch [new file with mode: 0644]

diff --git a/amarok-sqlite3.patch b/amarok-sqlite3.patch
new file mode 100644 (file)
index 0000000..13345ed
--- /dev/null
@@ -0,0 +1,22 @@
+--- amarok-1.1.1.orig/configure.in     2004-10-09 14:52:14.000000000 +0200
++++ amarok-1.1.1/configure.in  2004-11-01 23:05:13.732752488 +0100
+@@ -441,7 +441,7 @@
+ if test x$included_sqlite = xno; then
+     if test x$PKGCONFIGFOUND = xyes; then
+-        KDE_PKG_CHECK_MODULES(SQLITE, sqlite >= 2.8, have_sqlite=yes,have_sqlite=no)
++        KDE_PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.0, have_sqlite=yes,have_sqlite=no)
+         if test x$have_sqlite = xyes; then
+             ## AC_DEFINE(HAVE_SQLITE, 1, [have SQLite database library])
+--- amarok-1.1.1.orig/amarok/configure.in.in   2004-10-09 14:52:09.000000000 +0200
++++ amarok-1.1.1/amarok/configure.in.in        2004-11-01 23:50:27.301227376 +0100
+@@ -368,7 +368,7 @@
+ if test x$included_sqlite = xno; then
+     if test x$PKGCONFIGFOUND = xyes; then
+-        KDE_PKG_CHECK_MODULES(SQLITE, sqlite >= 2.8, have_sqlite=yes,have_sqlite=no)
++        KDE_PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.0, have_sqlite=yes,have_sqlite=no)
+         if test x$have_sqlite = xyes; then
+             ## AC_DEFINE(HAVE_SQLITE, 1, [have SQLite database library])
This page took 0.038728 seconds and 4 git commands to generate.