aboutsummaryrefslogtreecommitdiff
path: root/devel/swarm
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-31 05:06:55 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-31 05:06:55 +0000
commit46b5aaf91d19d03cef0b71a3e944ab71dd5d0059 (patch)
treebbb213f93fcc07e19a54f4208f1004b3257c6727 /devel/swarm
parentf7da5be66fa0b4c8c59e444a9891f39f8f5ca881 (diff)
downloadports-46b5aaf91d19d03cef0b71a3e944ab71dd5d0059.tar.gz
ports-46b5aaf91d19d03cef0b71a3e944ab71dd5d0059.zip
Notes
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 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.