summaryrefslogtreecommitdiff
path: root/dev-db/libdbi-drivers/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-db/libdbi-drivers/files
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-db/libdbi-drivers/files')
-rw-r--r--dev-db/libdbi-drivers/files/libdbi-drivers-0.9.0-doc-build-fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-db/libdbi-drivers/files/libdbi-drivers-0.9.0-doc-build-fix.patch b/dev-db/libdbi-drivers/files/libdbi-drivers-0.9.0-doc-build-fix.patch
deleted file mode 100644
index d0d74221fdb0..000000000000
--- a/dev-db/libdbi-drivers/files/libdbi-drivers-0.9.0-doc-build-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Nuar libdbi-drivers-0.9.0.orig/configure.in libdbi-drivers-0.9.0/configure.in
---- libdbi-drivers-0.9.0.orig/configure.in 2013-03-11 23:41:05.000000000 +0000
-+++ libdbi-drivers-0.9.0/configure.in 2013-08-29 15:52:57.632105403 +0000
-@@ -165,14 +165,13 @@
- dnl See whether to build the docs
- dnl ==============================
-
--ac_docs="YES"
-+ac_docs="yes"
- AC_ARG_ENABLE(docs,
- [ --disable-docs do not build and install the documentation.],
-- [ if test "$enable_docs" = "no"; then
-- ac_docs="NO"
-- fi])
-+ [ ac_docs="$enableval" ],
-+ [ ac_docs="no" ])
-
--if test "$ac_docs" = "YES"; then
-+if test "$ac_docs" = "yes"; then
- docs_subdirs="doc"
- else
- docs_subdirs=""