From 43fc33f849e1dc883a91d89f9c1d2ff8cb4cefa7 Mon Sep 17 00:00:00 2001 From: Max Khon Date: Mon, 31 May 2004 21:29:33 +0000 Subject: Revive libodbc++: - update to 0.2.3 - set MAINTAINER to myself for some time to catch build errors on bento A few options and features from original port are missing (WITH_GUI build, NOPORTDOCS build) but I do not have time for implementing them correctly. --- databases/libodbc++/files/patch-Makefile.in | 11 +++++++++++ databases/libodbc++/files/patch-configure | 10 ++++++++++ 2 files changed, 21 insertions(+) create mode 100644 databases/libodbc++/files/patch-Makefile.in create mode 100644 databases/libodbc++/files/patch-configure (limited to 'databases/libodbc++/files') diff --git a/databases/libodbc++/files/patch-Makefile.in b/databases/libodbc++/files/patch-Makefile.in new file mode 100644 index 000000000000..36d200f087e6 --- /dev/null +++ b/databases/libodbc++/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Thu May 13 04:22:06 2004 ++++ Makefile.in Thu May 13 04:22:20 2004 +@@ -140,7 +140,7 @@ + + ACLOCAL_AMFLAGS = -I m4 + +-pkgconfdir = $(libdir)/pkgconfig ++pkgconfdir = $(prefix)/libdata/pkgconfig + pkgconf_DATA = libodbc++.pc + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/databases/libodbc++/files/patch-configure b/databases/libodbc++/files/patch-configure new file mode 100644 index 000000000000..dd407ff71cca --- /dev/null +++ b/databases/libodbc++/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Thu May 13 04:19:50 2004 ++++ configure Thu May 13 04:19:29 2004 +@@ -8007,6 +8007,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' -- cgit v1.2.3