summaryrefslogtreecommitdiff
path: root/net-analyzer/thcrut/files/thcrut-1.2.5-flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/thcrut/files/thcrut-1.2.5-flags.patch')
-rw-r--r--net-analyzer/thcrut/files/thcrut-1.2.5-flags.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-analyzer/thcrut/files/thcrut-1.2.5-flags.patch b/net-analyzer/thcrut/files/thcrut-1.2.5-flags.patch
deleted file mode 100644
index 0a6bcaf4ebce..000000000000
--- a/net-analyzer/thcrut/files/thcrut-1.2.5-flags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -23,7 +23,7 @@
- dnl
- dnl Use these compiler flags if we have gcc.
- dnl
--if test $ac_cv_prog_gcc = yes; then
-+if test $ac_cv_prog_gcc_not_on_gentoo = yes; then
- CCOPTS='-O2 -Wall'
- CFLAGS="$CCOPTS"
- fi