diff options
Diffstat (limited to 'multimedia/libmpeg2/files/patch-configure')
-rw-r--r-- | multimedia/libmpeg2/files/patch-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/libmpeg2/files/patch-configure b/multimedia/libmpeg2/files/patch-configure index 61f80ef9b1bd..82720aec8bb9 100644 --- a/multimedia/libmpeg2/files/patch-configure +++ b/multimedia/libmpeg2/files/patch-configure @@ -1,16 +1,16 @@ ---- configure.orig Wed Apr 24 16:42:58 2002 -+++ configure Wed Apr 24 16:43:14 2002 -@@ -2546,13 +2546,6 @@ +--- configure.orig Wed Jan 1 17:05:17 2003 ++++ configure Wed Jan 1 17:05:42 2003 +@@ -3281,13 +3281,6 @@ #define ARCH_X86 - EOF + _ACEOF -- case "$host_alias" in +- case "$host" in - i386-*) OPT_CFLAGS="$CFLAGS -mcpu=i386";; - i486-*) OPT_CFLAGS="$CFLAGS -mcpu=i486";; - i586-*) OPT_CFLAGS="$CFLAGS -mcpu=pentium";; - i686-*) OPT_CFLAGS="$CFLAGS -mcpu=pentiumpro";; - k6-*) OPT_CFLAGS="$CFLAGS -mcpu=k6";; - esac - echo "$as_me:2556: checking if $CC supports $OPT_CFLAGS flags" >&5 + echo "$as_me:$LINENO: checking if $CC supports $OPT_CFLAGS flags" >&5 echo $ECHO_N "checking if $CC supports $OPT_CFLAGS flags... $ECHO_C" >&6 SAVE_CFLAGS="$CFLAGS" |