diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-21 20:46:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-21 20:46:54 +0000 |
commit | f66fb34efa81f2df4096d1a392523b1868619e4f (patch) | |
tree | 12e01b9bdb3b6a428db7b86ce56d8455933ac344 /multimedia/gstreamer/files | |
parent | de770deedcba9985520834c09d7cf56a35f256ea (diff) | |
download | ports-f66fb34efa81f2df4096d1a392523b1868619e4f.tar.gz ports-f66fb34efa81f2df4096d1a392523b1868619e4f.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer/files')
-rw-r--r-- | multimedia/gstreamer/files/patch-ltmain.sh | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/multimedia/gstreamer/files/patch-ltmain.sh b/multimedia/gstreamer/files/patch-ltmain.sh index 1c2fba5d533f..284a2d7b15df 100644 --- a/multimedia/gstreamer/files/patch-ltmain.sh +++ b/multimedia/gstreamer/files/patch-ltmain.sh @@ -1,6 +1,15 @@ ---- ltmain.sh.orig Fri Sep 13 15:38:11 2002 -+++ ltmain.sh Fri Oct 11 01:44:24 2002 -@@ -1073,8 +1073,16 @@ +--- ltmain.sh.orig Mon Oct 13 14:17:09 2003 ++++ ltmain.sh Sat Feb 21 15:44:32 2004 +@@ -1075,7 +1075,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 + ;; +@@ -1085,8 +1085,16 @@ continue ;; @@ -17,8 +26,8 @@ continue ;; -@@ -2502,6 +2510,9 @@ - *-*-openbsd*) +@@ -2503,6 +2511,9 @@ + *-*-openbsd* | *-*-freebsd*) # Do not include libc due to us having libc/libc_r. ;; + *-*-freebsd*) @@ -27,7 +36,7 @@ *) # Add libc to deplibs on all other systems if necessary. if test $build_libtool_need_lc = "yes"; then -@@ -4286,10 +4297,12 @@ +@@ -4330,10 +4341,12 @@ fi # Install the pseudo-library for information purposes. |