summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-07-19 19:29:57 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-30 08:46:41 +0200
commit3e85c8c4859384b2e7860512dee265c8d18ec370 (patch)
tree7651bef4ad238b7146bfcac02f06ae99e39c6046 /dev-db/libzdb
parentx11-terms/xfce4-terminal: Bump to 0.6.90, early GTK+3 release (diff)
downloadgentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.tar.gz
gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.tar.bz2
gentoo-3e85c8c4859384b2e7860512dee265c8d18ec370.zip
dev-db/*: remove unused patches.
Squash all commit messages into a single one. Closes: https://github.com/gentoo/gentoo/pull/1936 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-db/libzdb')
-rw-r--r--dev-db/libzdb/files/sqlite_configure.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-db/libzdb/files/sqlite_configure.patch b/dev-db/libzdb/files/sqlite_configure.patch
deleted file mode 100644
index 5ea7914091bb..000000000000
--- a/dev-db/libzdb/files/sqlite_configure.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- configure.ac_orig 2012-07-14 07:14:19.000000000 +1000
-+++ configure.ac 2012-07-23 14:17:38.702411605 +1000
-@@ -298,12 +298,11 @@
- CPPFLAGS="-I$with_sqlite/include $CPPFLAGS"
- AC_CHECK_HEADERS([sqlite3.h], [
- sqlite="yes"
-- if test -r "$with_sqlite/lib/libsqlite3.a"; then
-+ AC_CHECK_LIB(sqlite3, main,[
-+
- DBCPPFLAGS="$DBCPPFLAGS -I$with_sqlite/include"
- DBLDFLAGS="$DBLDFLAGS -L$with_sqlite/lib/ -lsqlite3"
-- else
-- sqlite="no"
-- fi
-+ ],[sqlite="no"])
- ], [sqlite="no"])
- LDFLAGS=$svd_LDFLAGS
- CPPFLAGS=$svd_CPPFLAGS