diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-21 00:54:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-21 00:54:43 +0000 |
commit | 80a178734a712afe29842423a0cbbebecd023705 (patch) | |
tree | 069eb6a49ce0b0e56bb4c54ab40cca36568a99e9 | |
parent | c6e1047324504325a8890beb0e876f0ad98ae97b (diff) |
Remove -Werror from CFLAGS because it was causing builds to fall over on
the Alpha.
Notes
Notes:
svn path=/head/; revision=31801
-rw-r--r-- | devel/uclmmbase/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/uclmmbase/files/patch-ab b/devel/uclmmbase/files/patch-ab new file mode 100644 index 000000000000..e63ae7a32758 --- /dev/null +++ b/devel/uclmmbase/files/patch-ab @@ -0,0 +1,11 @@ +--- configure.orig Sun Aug 6 21:14:30 2000 ++++ configure Sun Aug 6 21:14:44 2000 +@@ -2246,7 +2246,7 @@ + # GCC-specific warning flags + if test "$GCC" = yes + then +- CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror" ++ CFLAGS="$CFLAGS -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations" + fi + + # Done, create the output files.... |