forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
15 lines
283 B
Text
15 lines
283 B
Text
--- ./configure.orig 2010-08-11 04:12:26.000000000 -0500
|
|
+++ ./configure 2013-02-18 10:26:44.000000000 -0600
|
|
@@ -14337,12 +14337,6 @@
|
|
|
|
|
|
|
|
-if test "x$GCC" = "xyes"; then
|
|
- CFLAGS="-Wall -Werror"
|
|
- if test "x$use_debug" = "xYes"; then
|
|
- CFLAGS="$CFLAGS -g -O0"
|
|
- fi
|
|
-fi
|
|
|
|
|
|
|