--- configure.orig	Tue Oct  5 14:25:48 2004
+++ configure	Mon Feb 27 20:58:48 2006
@@ -3768,7 +3768,7 @@
 
 case "$target" in
   i?86*)
-    test x$ac_cv_c_compiler_gnu = xyes && DEFAULT_FLAGS="-mcpu=$DEFAULT_FLAGS -march=$DEFAULT_FLAGS -ffast-math -fomit-frame-pointer"
+    test x$ac_cv_c_compiler_gnu = xyes && DEFAULT_FLAGS="-ffast-math -fomit-frame-pointer"
 
 cat >>confdefs.h <<\_ACEOF
 #define ARCH_X86 1
@@ -32127,7 +32127,10 @@
   AMM_USE_ARTSC_FALSE=
 fi
 
-last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -1`
+#
+# find(1) doesn't support the `printf` argument on FreeBSD
+#
+# last_cvs_update=`find . -name Entries -printf '%Ty%Tm%Td-%TH:%TM\n' | sort | tail -1`
 if test $? -ne 0 -o -z "$last_cvs_update" ; then
     # probably no gnu date installed(?), use current date
     # or this is release
