aboutsummaryrefslogtreecommitdiff
path: root/games/xmoto/patches/sqlite3.diff
diff options
context:
space:
mode:
authordsomero <xgizzmo@gmail.com>2010-05-22 07:53:45 -0400
committerDavid Somero <xgizzmo@slackbuilds.org>2010-05-24 16:09:47 -0500
commit26b3f875c8288ac9500694eef43c6ebbbed5c480 (patch)
tree4fde3ec547dab3545ea6384009efd15dde8c694f /games/xmoto/patches/sqlite3.diff
parentcb85ecfebc7733df05656e41738e02c94a83a8f5 (diff)
games/xmoto: Removed (Build failure)
error: 'png_set_gray_1_2_4_to_8' was not declared in this scope
Diffstat (limited to 'games/xmoto/patches/sqlite3.diff')
-rw-r--r--games/xmoto/patches/sqlite3.diff30
1 files changed, 0 insertions, 30 deletions
diff --git a/games/xmoto/patches/sqlite3.diff b/games/xmoto/patches/sqlite3.diff
deleted file mode 100644
index 8d47a140f7ff9..0000000000000
--- a/games/xmoto/patches/sqlite3.diff
+++ /dev/null
@@ -1,30 +0,0 @@
-diff -Naur xmoto-0.5.0.orig/configure xmoto-0.5.0/configure
---- xmoto-0.5.0.orig/configure 2008-11-23 09:33:21.000000000 +0000
-+++ xmoto-0.5.0/configure 2009-03-30 20:52:48.000000000 +0000
-@@ -5104,7 +5104,7 @@
- cat >>confdefs.h <<_ACEOF
- #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
- _ACEOF
-- SQLITE_LIBS=-lsqlite3
-+ SQLITE_LIBS=`pkg-config --static --libs sqlite3`
- else
- { { echo "$as_me:$LINENO: error: \"sqlite3 required\"" >&5
- echo "$as_me: error: \"sqlite3 required\"" >&2;}
-@@ -5120,7 +5120,7 @@
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lsqlite3 $LIBS"
-+LIBS="`pkg-config --static --libs sqlite3` $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
-@@ -5174,7 +5174,7 @@
- #define HAVE_LIBSQLITE3 1
- _ACEOF
-
-- LIBS="-lsqlite3 $LIBS"
-+ LIBS="`pkg-config --static --libs sqlite3` $LIBS"
-
- else
- { { echo "$as_me:$LINENO: error: \"Linking against sqlite3 failed.\"" >&5