1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Don't treat warnings as errors, so benign little nits don't make this

fall over on the Alpha.
This commit is contained in:
Steve Price 1999-05-31 05:06:55 +00:00
parent f7da5be66f
commit 46b5aaf91d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19142

View File

@ -0,0 +1,11 @@
--- configure.orig Sun May 30 22:01:25 1999
+++ configure Sun May 30 22:01:47 1999
@@ -1105,7 +1105,7 @@
test -n "$OBJC" || OBJC="$CC"
test -n "$OBJCFLAGS" || OBJCFLAGS="$CFLAGS"
-OBJCFLAGS="$OBJCFLAGS -Wall -Wno-import -Wno-protocol -Werror"
+OBJCFLAGS="$OBJCFLAGS -Wall -Wno-import -Wno-protocol"
# Check whether --enable-shared or --disable-shared was given.