--- configure.orig 2008-07-07 04:27:21.000000000 +0200 +++ configure 2008-07-11 11:42:18.000000000 +0200 @@ -6481,6 +6481,9 @@ *-apple-darwin* ) CFLAGS="${CFLAGS} -fno-common -Wall" ;; + *alpha*-freebsd* ) + CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall" + ;; *-freebsd* ) CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math" ;;