diff options
Diffstat (limited to 'multimedia/xmms/files/patch-ltmain.sh')
-rw-r--r-- | multimedia/xmms/files/patch-ltmain.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/multimedia/xmms/files/patch-ltmain.sh b/multimedia/xmms/files/patch-ltmain.sh index 98cb05e4ddb3..3513c55b8eb9 100644 --- a/multimedia/xmms/files/patch-ltmain.sh +++ b/multimedia/xmms/files/patch-ltmain.sh @@ -1,19 +1,19 @@ $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 Mon Sep 24 14:12:50 2001 ++++ ltmain.sh Tue Mar 5 11:16:25 2002 +@@ -2444,6 +2444,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 +@@ -4210,10 +4213,12 @@ fi # Install the pseudo-library for information purposes. |