opnsense-ports/security/gnomint/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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