summaryrefslogtreecommitdiff
path: root/multimedia/mplayer-share/patches
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2004-07-20 22:04:44 +0000
committersalo <salo@pkgsrc.org>2004-07-20 22:04:44 +0000
commit03fc6a69a68d618d737470295a9cd86b72ebcaaf (patch)
treef11c6ae6035bdd4d0ea63a4f37910e630ea07bea /multimedia/mplayer-share/patches
parent6dfa389b8fc194d6502051224731290ac3c49bba (diff)
downloadpkgsrc-03fc6a69a68d618d737470295a9cd86b72ebcaaf.tar.gz
Remove external Matroska support from mplayer packages.
The new internal demuxer is the only one supported now, works better and support for the external one will be removed in next releases.
Diffstat (limited to 'multimedia/mplayer-share/patches')
-rw-r--r--multimedia/mplayer-share/patches/patch-aa16
1 files changed, 1 insertions, 15 deletions
diff --git a/multimedia/mplayer-share/patches/patch-aa b/multimedia/mplayer-share/patches/patch-aa
index 7c17c616b14..398e9015c75 100644
--- a/multimedia/mplayer-share/patches/patch-aa
+++ b/multimedia/mplayer-share/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.7 2004/07/17 19:06:36 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2004/07/20 22:04:44 salo Exp $
--- configure.orig 2004-07-15 00:04:42.000000000 +0200
+++ configure
@@ -50,17 +50,3 @@ $NetBSD: patch-aa,v 1.7 2004/07/17 19:06:36 wiz Exp $
;;
--with-dxr2incdir=*)
_inc_dxr2=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
-@@ -4865,11 +4894,11 @@ if test "$_matroska_external" != no ; th
-
- int main(void) { return 0; }
- EOF
-- cc_check -lmatroska -lebml -lstdc++ && _matroska_external=yes
-+ cc_check -lmatroska -lebml -lm -lstdc++ && _matroska_external=yes
- if test "$_matroska_external" = no ; then
- _saved_inc_extra=$_inc_extra
- _inc_extra="$_inc_extra -I/usr/local/include"
-- cc_check -lmatroska -lebml -lstdc++ && _matroska_external=yes
-+ cc_check -lmatroska -lebml -lm -lstdc++ && _matroska_external=yes
- if test "$_matroska_external" = no ; then
- _inc_extra=$_saved_inc_extra
- fi