diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
| commit | 2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch) | |
| tree | 19d35773be783fd6761833f599af82301c20ceac /databases/db42/files/patch-dist::ltmain.sh | |
| parent | 46e9a484f814c07d51ab2cb90517f4f5c4c368ae (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Diffstat (limited to 'databases/db42/files/patch-dist::ltmain.sh')
| -rw-r--r-- | databases/db42/files/patch-dist::ltmain.sh | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/databases/db42/files/patch-dist::ltmain.sh b/databases/db42/files/patch-dist::ltmain.sh deleted file mode 100644 index 7ba6dbdfd3fe..000000000000 --- a/databases/db42/files/patch-dist::ltmain.sh +++ /dev/null @@ -1,32 +0,0 @@ ---- ../dist/ltmain.sh.orig Sat Nov 17 01:15:01 2001 -+++ ../dist/ltmain.sh Sat Nov 9 17:08:02 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -4217,10 +4217,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" |
