diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-07-02 05:13:19 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2002-07-02 05:13:19 +0000 |
commit | c42ff00e0e1e65733ad1922936b41f7170f7f49e (patch) | |
tree | 53b63653b521ff2949853959e485886782e42e48 /databases/unixODBC/files | |
parent | 2f4048b50d4770265a83a69fd9437d06bb2bff67 (diff) |
Update to 2.2.1.
PR: 37836
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=62307
Diffstat (limited to 'databases/unixODBC/files')
-rw-r--r-- | databases/unixODBC/files/patch-configure | 10 | ||||
-rw-r--r-- | databases/unixODBC/files/patch-ltmain.sh | 33 |
2 files changed, 10 insertions, 33 deletions
diff --git a/databases/unixODBC/files/patch-configure b/databases/unixODBC/files/patch-configure new file mode 100644 index 000000000000..1d796a6f6118 --- /dev/null +++ b/databases/unixODBC/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Sun Apr 28 08:36:46 2002 ++++ configure Sun Apr 28 08:55:08 2002 +@@ -5733,6 +5733,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/unixODBC/files/patch-ltmain.sh b/databases/unixODBC/files/patch-ltmain.sh deleted file mode 100644 index c4dc6f8a5cff..000000000000 --- a/databases/unixODBC/files/patch-ltmain.sh +++ /dev/null @@ -1,33 +0,0 @@ ---- ltmain.sh.orig Wed Oct 31 22:35:16 2001 -+++ ltmain.sh Thu Dec 13 05:47:16 2001 -@@ -944,6 +944,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -2408,6 +2409,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4175,10 +4179,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |