summaryrefslogtreecommitdiff
path: root/net/gq/files/patch-configure
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2006-05-14 16:20:53 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2006-05-14 16:20:53 +0000
commit40eca31a40d62d64a422c31032e9a528f8d37424 (patch)
tree4528d8b14717bf92e919ae79b0a6381179524c65 /net/gq/files/patch-configure
parent- update to 1.1.1 (diff)
Update to 1.0rc1.
Submitter takes maintainership. PR: ports/96035 Submitted by: Dryice Liu <dryice@dryice.name>
Diffstat (limited to 'net/gq/files/patch-configure')
-rw-r--r--net/gq/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/gq/files/patch-configure b/net/gq/files/patch-configure
deleted file mode 100644
index ae546b9859d3..000000000000
--- a/net/gq/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Tue Feb 17 00:38:43 2004
-+++ configure Tue Feb 17 00:39:12 2004
-@@ -6702,7 +6702,7 @@
- fi;
-
- if test "x$GCC" = "xyes"; then
-- for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith -Wfloat-equal
-+ for A in -Wall -W -Wno-unused -Wmissing-declarations -Wcast-align -Wpointer-arith
- do
- # The following should work as well, but might (?) be less portable
- # if ! echo "$CFLAGS" | grep -q -w -- "$A" ; then