aboutsummaryrefslogtreecommitdiffstats
path: root/devel/swarm
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-05-31 13:06:55 +0800
committersteve <steve@FreeBSD.org>1999-05-31 13:06:55 +0800
commit5fda3e7f70f893b792b461b9fe59987899dc36b9 (patch)
tree5369e6366190dc18a18ff0ee9951f1a0d8ec9f8e /devel/swarm
parent1a7996d5026566aee140be8acacf288bb117cd5b (diff)
downloadfreebsd-ports-graphics-5fda3e7f70f893b792b461b9fe59987899dc36b9.tar.gz
freebsd-ports-graphics-5fda3e7f70f893b792b461b9fe59987899dc36b9.tar.zst
freebsd-ports-graphics-5fda3e7f70f893b792b461b9fe59987899dc36b9.zip
Don't treat warnings as errors, so benign little nits don't make this
fall over on the Alpha.
Diffstat (limited to 'devel/swarm')
-rw-r--r--devel/swarm/files/patch-ad11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/swarm/files/patch-ad b/devel/swarm/files/patch-ad
new file mode 100644
index 00000000000..78fc06e9bfe
--- /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.