From 46b5aaf91d19d03cef0b71a3e944ab71dd5d0059 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 31 May 1999 05:06:55 +0000 Subject: Don't treat warnings as errors, so benign little nits don't make this fall over on the Alpha. --- devel/swarm/files/patch-ad | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/swarm/files/patch-ad (limited to 'devel/swarm') diff --git a/devel/swarm/files/patch-ad b/devel/swarm/files/patch-ad new file mode 100644 index 000000000000..78fc06e9bfeb --- /dev/null +++ b/devel/swarm/files/patch-ad @@ -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. -- cgit v1.2.3