diff options
Diffstat (limited to 'devel/gnu-libtool/files/patch-ltmain.sh')
-rw-r--r-- | devel/gnu-libtool/files/patch-ltmain.sh | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/devel/gnu-libtool/files/patch-ltmain.sh b/devel/gnu-libtool/files/patch-ltmain.sh index eb77e13cf2c0..2a30a0c9ef22 100644 --- a/devel/gnu-libtool/files/patch-ltmain.sh +++ b/devel/gnu-libtool/files/patch-ltmain.sh @@ -1,11 +1,7 @@ ---- ltmain.sh.orig Fri Jun 27 19:46:40 2003 -+++ ltmain.sh Fri Jun 27 19:46:52 2003 -@@ -1061,7 +1061,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in +--- ltmain.sh.orig Wed Jul 2 16:56:39 2003 ++++ ltmain.sh Wed Jul 2 16:58:03 2003 +@@ -1279,3 +1279,3 @@ + case $host in - *-*-openbsd* | *-*-freebsd*) + *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; + # Do not include libc_r directly, use -pthread flag. |