diff options
Diffstat (limited to 'multimedia/mjpegtools/patches/patch-aa')
-rw-r--r-- | multimedia/mjpegtools/patches/patch-aa | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/mjpegtools/patches/patch-aa b/multimedia/mjpegtools/patches/patch-aa index 61f7cc1e121..872d085590d 100644 --- a/multimedia/mjpegtools/patches/patch-aa +++ b/multimedia/mjpegtools/patches/patch-aa @@ -1,9 +1,11 @@ -$NetBSD: patch-aa,v 1.7 2009/01/08 17:21:36 wiz Exp $ +$NetBSD: patch-aa,v 1.8 2012/07/07 15:49:00 adam Exp $ ---- configure.orig 2009-01-06 07:49:27.000000000 +0100 +Avoid CPU flags + +--- configure.orig 2011-05-21 12:45:05.000000000 +0000 +++ configure -@@ -25986,7 +25986,6 @@ if test x$have_x86cpu = xtrue -o x$have_ - echo $ECHO_N "checking sub-architecture settings... $ECHO_C" >&6; } +@@ -18418,7 +18418,6 @@ if test x$have_x86cpu = xtrue -o x$have_ + $as_echo_n "checking sub-architecture settings... " >&6; } if test x$have_x86cpu = xtrue; then host_mod_cpu=`echo $host_cpu | tr _ -` - ARCHFLAGS="-march=$host_mod_cpu -mcpu=$host_mod_cpu" |