diff options
Diffstat (limited to 'graphics/mplayer-share/patches/patch-aa')
-rw-r--r-- | graphics/mplayer-share/patches/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/graphics/mplayer-share/patches/patch-aa b/graphics/mplayer-share/patches/patch-aa index f53f09caadd..689098786f5 100644 --- a/graphics/mplayer-share/patches/patch-aa +++ b/graphics/mplayer-share/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2003/01/20 07:10:42 fredb Exp $ +$NetBSD: patch-aa,v 1.6 2003/10/26 14:26:26 tron Exp $ ---- configure.orig Thu Oct 24 14:12:40 2002 -+++ configure -@@ -298,8 +298,8 @@ for ac_option do +--- configure.orig 2003-09-01 12:51:11.000000000 +0200 ++++ configure 2003-10-26 15:24:19.000000000 +0100 +@@ -348,8 +348,8 @@ _inc_extra=-I`echo $ac_option | cut -d '=' -f 2 | sed 's,:, -I,g'` ;; --with-extralibdir=*) @@ -13,3 +13,12 @@ $NetBSD: patch-aa,v 1.5 2003/01/20 07:10:42 fredb Exp $ ;; --enable-runtime-cpudetection) _runtime_cpudetection=yes +@@ -473,7 +473,7 @@ + for _cc in "$_cc" gcc-3.1 gcc3 gcc-3.0 cc ; do + echocheck "$_cc version" + cc_name=`( $_cc -v ) 2>&1 | tail -1 | cut -d ' ' -f 1` +- cc_version=`( $_cc -dumpversion ) 2>&1` ++ cc_version=`( $_cc -dumpversion | sed -e 's/-nb[0-9]//' ) 2>&1` + if test "$?" -gt 0; then + cc_version="not found" + fi |