diff options
Diffstat (limited to 'databases/libdbi/files')
-rw-r--r-- | databases/libdbi/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | databases/libdbi/files/patch-configure | 10 | ||||
-rw-r--r-- | databases/libdbi/files/patch-include::dbi::dbi.h | 10 |
3 files changed, 21 insertions, 10 deletions
diff --git a/databases/libdbi/files/patch-Makefile.in b/databases/libdbi/files/patch-Makefile.in new file mode 100644 index 000000000000..d829153ee232 --- /dev/null +++ b/databases/libdbi/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Jun 15 09:45:17 2002 ++++ Makefile.in Sat Oct 5 21:18:07 2002 +@@ -92,7 +92,7 @@ + + AUTOMAKE_OPTIONS = foreign dist-zip + +-SUBDIRS = src include doc drivers tests ++SUBDIRS = src include drivers tests + + + #m4datadir = $(datadir)/aclocal diff --git a/databases/libdbi/files/patch-configure b/databases/libdbi/files/patch-configure new file mode 100644 index 000000000000..c696306f3a33 --- /dev/null +++ b/databases/libdbi/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sat Jun 15 09:45:18 2002 ++++ configure Sat Oct 5 21:05:30 2002 +@@ -5551,6 +5551,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/databases/libdbi/files/patch-include::dbi::dbi.h b/databases/libdbi/files/patch-include::dbi::dbi.h deleted file mode 100644 index f1453deb11d9..000000000000 --- a/databases/libdbi/files/patch-include::dbi::dbi.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/dbi/dbi.h.orig Sun Nov 4 11:48:26 2001 -+++ include/dbi/dbi.h Sun Nov 4 11:48:37 2001 -@@ -29,6 +29,7 @@ - - #include <stdlib.h> - #include <stdarg.h> -+#include <time.h> - - /* opaque type definitions */ - typedef void * dbi_plugin; |