From: ellson Date: Tue, 18 Oct 2005 21:12:23 +0000 (+0000) Subject: customize CFLAGS for FreeBSD X-Git-Tag: LAST_LIBGRAPH~32^2~7044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1779812c6209181e84d97da04746a6b4fdbbc80c;p=graphviz customize CFLAGS for FreeBSD --- diff --git a/configure.ac b/configure.ac index 118870025..0d69cc83f 100644 --- a/configure.ac +++ b/configure.ac @@ -183,6 +183,8 @@ else *-apple-darwin* ) CFLAGS="${CFLAGS} -fno-common -Wall" ;; + *-freebsd* ) + CFLAGS="${CFLAGS} -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math" * ) CFLAGS="${CFLAGS} -Wno-unused-parameter -Wno-unknown-pragmas -Wstrict-prototypes -Wpointer-arith -Wall -ffast-math" ;;