ports/graphics/graphviz/files/patch-configure
Dirk Meyer b8604da098 - fix build on aplha
Reported by:	Anton Shterenlikht
2008-07-16 14:27:32 +00:00

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"
;;