diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-29 13:43:33 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-01-29 13:43:33 +0000 |
commit | 9e49911b358d8875dbf3e79022d04c0a994a2161 (patch) | |
tree | 1b4e81c3500752d3a7a1af7d1e460efea755bd63 /graphics/libxine/files/patch-ltmain.sh | |
parent | Update to 0.55 (diff) |
Support PTHREAD_CFLAGS/PTHREAD_LIBS properly.
Fix pkg-comment format.
Avoid installing useless .la files.
PR: 34381
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/libxine/files/patch-ltmain.sh')
-rw-r--r-- | graphics/libxine/files/patch-ltmain.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/graphics/libxine/files/patch-ltmain.sh b/graphics/libxine/files/patch-ltmain.sh new file mode 100644 index 000000000000..f9b3022f3c06 --- /dev/null +++ b/graphics/libxine/files/patch-ltmain.sh @@ -0,0 +1,23 @@ +--- ltmain.sh.orig Wed Jan 16 09:00:24 2002 ++++ ltmain.sh Fri Jan 25 05:08:03 2002 +@@ -958,6 +958,7 @@ + ;; + + -avoid-version) ++ build_old_libs=no + avoid_version=yes + continue + ;; +@@ -4247,10 +4248,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" |