mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
12 lines
457 B
Text
12 lines
457 B
Text
--- 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"
|
|
;;
|