summaryrefslogtreecommitdiff
path: root/graphics/mplayer
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-05-08 08:18:19 +0000
committerwiz <wiz@pkgsrc.org>2002-05-08 08:18:19 +0000
commit21d63e32a9e904bf3b9c88cdf56a17b7eaeea47f (patch)
treec2101dbf523cc5f06d755f7cf402e859cfdd4bd3 /graphics/mplayer
parent909f2b460bb3a84fe394036e05a833a313e6a218 (diff)
downloadpkgsrc-21d63e32a9e904bf3b9c88cdf56a17b7eaeea47f.tar.gz
Fix compilation problems if work directory is on LFS.
Patch by Konrad Schroder. See kern/16149.
Diffstat (limited to 'graphics/mplayer')
-rw-r--r--graphics/mplayer/distinfo4
-rw-r--r--graphics/mplayer/patches/patch-aa18
2 files changed, 15 insertions, 7 deletions
diff --git a/graphics/mplayer/distinfo b/graphics/mplayer/distinfo
index f2e7e9e3648..04fb5ef0ad8 100644
--- a/graphics/mplayer/distinfo
+++ b/graphics/mplayer/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2002/05/07 22:19:29 wiz Exp $
+$NetBSD: distinfo,v 1.10 2002/05/08 08:18:20 wiz Exp $
SHA1 (MPlayer-0.90pre3.tar.bz2) = 0ed1d70787488ce55699826752d492aed3425795
Size (MPlayer-0.90pre3.tar.bz2) = 2322749 bytes
-SHA1 (patch-aa) = d039ed590a0b7b92cf4a66b14810ea75a4fd02ad
+SHA1 (patch-aa) = 89d80673df0a2142846968b8733a301dc5d92c4b
SHA1 (patch-ab) = a90f1dda80a3208695e5435b63fa4f2b11689a63
diff --git a/graphics/mplayer/patches/patch-aa b/graphics/mplayer/patches/patch-aa
index 5f7eef0e70a..45f116eccdb 100644
--- a/graphics/mplayer/patches/patch-aa
+++ b/graphics/mplayer/patches/patch-aa
@@ -1,8 +1,16 @@
-$NetBSD: patch-aa,v 1.5 2002/05/07 22:19:29 wiz Exp $
+$NetBSD: patch-aa,v 1.6 2002/05/08 08:18:20 wiz Exp $
---- configure.orig Sun Apr 28 23:05:09 2002
-+++ configure Mon Apr 29 09:40:55 2002
-@@ -263,8 +263,8 @@
+--- configure.orig Sat May 4 00:13:06 2002
++++ configure
+@@ -31,7 +31,6 @@
+ cat "$TMPC" >> "$TMPLOG"
+ echo >> "$TMPLOG"
+ echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG"
+- > "$TMPO"
+ ( "$_cc" $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
+ TMP="$?"
+ echo >> "$TMPLOG"
+@@ -264,8 +263,8 @@
_inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'`
;;
--with-extralibdir=*)
@@ -13,7 +21,7 @@ $NetBSD: patch-aa,v 1.5 2002/05/07 22:19:29 wiz Exp $
;;
--enable-runtime-cpudetection)
_runtime_cpudetection=yes
-@@ -2626,7 +2626,7 @@
+@@ -2642,7 +2641,7 @@
echocheck "DVD support (libmpdvdkit)"
if test "$_dvdkit" = auto ; then
_dvdkit=no