diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-02 19:51:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-02 19:51:38 +0000 |
commit | ee81094a5fdedee33a1412f043310aafc1631a01 (patch) | |
tree | e9afbb61b134cf24018bb8804baac45530f21a83 /multimedia/gstreamer80/files/patch-ltmain.sh | |
parent | Change maintainer's email (diff) |
Update to 0.8.4.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=115294
Diffstat (limited to 'multimedia/gstreamer80/files/patch-ltmain.sh')
-rw-r--r-- | multimedia/gstreamer80/files/patch-ltmain.sh | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/multimedia/gstreamer80/files/patch-ltmain.sh b/multimedia/gstreamer80/files/patch-ltmain.sh deleted file mode 100644 index e95edb1fed2f..000000000000 --- a/multimedia/gstreamer80/files/patch-ltmain.sh +++ /dev/null @@ -1,59 +0,0 @@ ---- ltmain.sh.orig Sat Jun 5 09:33:39 2004 -+++ ltmain.sh Tue Jun 8 23:46:07 2004 -@@ -1359,7 +1359,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 - ;; -@@ -1374,8 +1374,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -1859,6 +1867,7 @@ - finalize_deplibs="$deplib $finalize_deplibs" - else - deplibs="$deplib $deplibs" -+ test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" - fi - continue - ;; -@@ -3075,6 +3084,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5550,10 +5562,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" |