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/patch-configure | |
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/patch-configure')
-rw-r--r-- | databases/libodbc++/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
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' |