]> granicus.if.org Git - graphviz/commitdiff
customize CFLAGS for FreeBSD
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:23 +0000 (21:12 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:12:23 +0000 (21:12 +0000)
configure.ac

index 118870025fd8155c5822eb8a45f3b3ce6791beb8..0d69cc83f77f08621f7d994a372be1d8bc9b3442 100644 (file)
@@ -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"
                    ;;