diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-01 03:08:52 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-01 03:08:52 +0000 |
commit | ed43a6229420934d7c4ede93c947a4807531116a (patch) | |
tree | a3d287112e8366cf13eb194522813d841dff6ff5 /x11/gdm2/files | |
parent | update to 1.7+20030723 snapshot. (diff) |
Update to 2.4.1.5.
Notes
Notes:
svn path=/head/; revision=86091
Diffstat (limited to 'x11/gdm2/files')
-rw-r--r-- | x11/gdm2/files/patch-ltmain.sh | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/x11/gdm2/files/patch-ltmain.sh b/x11/gdm2/files/patch-ltmain.sh index 8afc42e3986c..ba3cabfc0b54 100644 --- a/x11/gdm2/files/patch-ltmain.sh +++ b/x11/gdm2/files/patch-ltmain.sh @@ -1,15 +1,15 @@ ---- 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 +--- ltmain.sh.orig Tue Jul 1 14:15:27 2003 ++++ ltmain.sh Thu Jul 31 23:02:48 2003 +@@ -1269,7 +1269,7 @@ + # These systems don't actually have a C library (as such) + test "X$arg" = "X-lc" && continue ;; -@@ -1071,8 +1071,16 @@ +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd4*) + # Do not include libc due to us having libc/libc_r. + test "X$arg" = "X-lc" && continue + ;; +@@ -1290,8 +1290,16 @@ continue ;; @@ -26,17 +26,17 @@ continue ;; -@@ -2471,6 +2479,9 @@ - *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. +@@ -3000,6 +3008,9 @@ + # problems, so we reset it completely + verstring= ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4280,10 +4291,12 @@ + verstring="0.0" + ;; +@@ -5428,10 +5439,12 @@ fi # Install the pseudo-library for information purposes. |