diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-22 05:46:20 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-22 05:46:20 +0000 |
commit | 8bd4ca579c7afcb7b012536215b0839c38e4137b (patch) | |
tree | a1379ec8ba5e58571e523ce1125805c7877dabf8 /multimedia/gstreamer80/files | |
parent | 5504e26b7b69f71a0cb7e4baee5ad749c050a11e (diff) | |
download | ports-8bd4ca579c7afcb7b012536215b0839c38e4137b.tar.gz ports-8bd4ca579c7afcb7b012536215b0839c38e4137b.zip |
Notes
Diffstat (limited to 'multimedia/gstreamer80/files')
-rw-r--r-- | multimedia/gstreamer80/files/patch-configure | 8 | ||||
-rw-r--r-- | multimedia/gstreamer80/files/patch-ltmain.sh | 42 |
2 files changed, 42 insertions, 8 deletions
diff --git a/multimedia/gstreamer80/files/patch-configure b/multimedia/gstreamer80/files/patch-configure index b3935c7cb3df..805a86c3b3d9 100644 --- a/multimedia/gstreamer80/files/patch-configure +++ b/multimedia/gstreamer80/files/patch-configure @@ -1,13 +1,5 @@ --- configure.orig Wed Jan 22 09:17:40 2003 +++ configure Wed Jan 29 14:49:56 2003 -@@ -7520,6 +7520,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -7712,7 +7713,7 @@ if test "x$COMPILER" = "xforte"; then GST_ERROR= diff --git a/multimedia/gstreamer80/files/patch-ltmain.sh b/multimedia/gstreamer80/files/patch-ltmain.sh new file mode 100644 index 000000000000..1c2fba5d533f --- /dev/null +++ b/multimedia/gstreamer80/files/patch-ltmain.sh @@ -0,0 +1,42 @@ +--- ltmain.sh.orig Fri Sep 13 15:38:11 2002 ++++ ltmain.sh Fri Oct 11 01:44:24 2002 +@@ -1073,8 +1073,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 + ;; + +@@ -2502,6 +2510,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 +@@ -4286,10 +4297,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" |