mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
46b5aaf91d
fall over on the Alpha.
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
--- 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.
|