summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2021-01-24 12:47:29 -0500
committerMike Gilbert <floppym@gentoo.org>2021-01-24 12:51:15 -0500
commitc0bd697c0d3d78662d1fe84c685521140b7c5631 (patch)
tree5274b81baafc743daeaf4c3b1a693e1c814b7f72 /sys-libs/db/files
parentsys-libs/db: sync KEYWORDS in 18.1.40 (diff)
downloadgentoo-c0bd697c0d3d78662d1fe84c685521140b7c5631.tar.gz
gentoo-c0bd697c0d3d78662d1fe84c685521140b7c5631.tar.bz2
gentoo-c0bd697c0d3d78662d1fe84c685521140b7c5631.zip
sys-libs/db: remove old
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r--sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch b/sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch
deleted file mode 100644
index 40570cafe210..000000000000
--- a/sys-libs/db/files/db-18.1.25-sqlite-configure-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- db-18.1.25/dist/aclocal/sql.m4
-+++ db-18.1.25/dist/aclocal/sql.m4
-@@ -99,7 +99,7 @@
- if test "$db_cv_debug" = "yes"; then
- CPPFLAGS="$CPPFLAGS -g"
- fi
--(cd sql && eval "\$SHELL ../$sqlite_dir/configure --disable-option-checking $ac_sub_configure_args CPPFLAGS=\"-I.. $CPPFLAGS\" --enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline --enable-editline=$with_editline" && cat build_config.h >> config.h) || exit 1
-+(cd sql && eval "\$SHELL $sqlite_dir/configure --disable-option-checking $ac_sub_configure_args CPPFLAGS=\"-I.. $CPPFLAGS\" --enable-amalgamation=$db_cv_sql_amalgamation --enable-readline=$with_readline --enable-editline=$with_editline" && cat build_config.h >> config.h) || exit 1
-
- # Configure JDBC if --enable-jdbc
- if test "$db_cv_jdbc" != "no"; then