freebsd-ports/security/gnomint/files/patch-configure
Martin Wilke 7f08ae7f38 gnoMint is an X.509 Certificate Authority (CA) management tool with both a GTK
and command-line interface. It allows anyone to create and manage a CA without
having to write configuration files or remember long command-line arguments.

WWW: http://gnomint.sourceforge.net/

PR:		ports/176580
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2013-03-02 14:42:54 +00: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