diff options
Diffstat (limited to 'x11-fm/nautilus/files')
-rw-r--r-- | x11-fm/nautilus/files/patch-ltmain.sh | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/x11-fm/nautilus/files/patch-ltmain.sh b/x11-fm/nautilus/files/patch-ltmain.sh index 8afc42e39..89c6ef915 100644 --- a/x11-fm/nautilus/files/patch-ltmain.sh +++ b/x11-fm/nautilus/files/patch-ltmain.sh @@ -1,15 +1,6 @@ ---- ltmain.sh.orig Fri Apr 25 15:18:44 2003 -+++ ltmain.sh Sun May 11 02:27:13 2003 -@@ -1061,7 +1061,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1071,8 +1071,16 @@ +--- ltmain.sh.orig Tue Jun 10 18:31:49 2003 ++++ ltmain.sh Fri Jun 13 14:37:37 2003 +@@ -1073,8 +1073,16 @@ continue ;; @@ -26,8 +17,8 @@ continue ;; -@@ -2471,6 +2479,9 @@ - *-*-openbsd* | *-*-freebsd*) +@@ -2502,6 +2510,9 @@ + *-*-openbsd*) # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) @@ -36,7 +27,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4280,10 +4291,12 @@ +@@ -4286,10 +4297,12 @@ fi # Install the pseudo-library for information purposes. |