diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-05-31 21:29:33 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-05-31 21:29:33 +0000 |
commit | 43fc33f849e1dc883a91d89f9c1d2ff8cb4cefa7 (patch) | |
tree | 5f300c287c89dc381d1c4d5b3c087d11cda14574 /databases/libodbc++/files | |
parent | - Add empty directories to package, so deinstalling of package does not throw (diff) |
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.
Notes
Notes:
svn path=/head/; revision=110559
Diffstat (limited to 'databases/libodbc++/files')
-rw-r--r-- | databases/libodbc++/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | databases/libodbc++/files/patch-configure | 10 |
2 files changed, 21 insertions, 0 deletions
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' |