diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-23 15:22:19 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-23 15:22:19 +0000 |
commit | d057340b07051555cf81639e27661f522a1d52d2 (patch) | |
tree | e1b4a4641141f98206b3d8e67ac883e45a62e659 /devel/gnome-vfs1/files/patch-ltmain.sh | |
parent | Update to 0.16.0. (diff) |
Update to 1.0.4.
Notes
Notes:
svn path=/head/; revision=53638
Diffstat (limited to 'devel/gnome-vfs1/files/patch-ltmain.sh')
-rw-r--r-- | devel/gnome-vfs1/files/patch-ltmain.sh | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/devel/gnome-vfs1/files/patch-ltmain.sh b/devel/gnome-vfs1/files/patch-ltmain.sh index 98cb05e4ddb3..91c341790451 100644 --- a/devel/gnome-vfs1/files/patch-ltmain.sh +++ b/devel/gnome-vfs1/files/patch-ltmain.sh @@ -1,19 +1,27 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Jan 20 16:11:07 2002 ++++ ltmain.sh Tue Jan 22 13:34:20 2002 +@@ -1060,6 +1060,7 @@ + + -module) + module=yes ++ build_old_libs=no + continue + ;; + +@@ -2442,6 +2443,9 @@ + *-*-openbsd*) + # Do not include libc due to us having libc/libc_r. ;; + *-*-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 +4178,12 @@ + if test $build_libtool_need_lc = "yes"; then +@@ -4208,10 +4212,12 @@ fi # Install the pseudo-library for information purposes. |