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:
parent
f7da5be66f
commit
46b5aaf91d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19142
11
devel/swarm/files/patch-ad
Normal file
11
devel/swarm/files/patch-ad
Normal 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.
|
Loading…
Reference in New Issue
Block a user