diff options
Diffstat (limited to 'net-analyzer/snortalog/files/snortalog-2.4.0-notcltk.diff')
-rw-r--r-- | net-analyzer/snortalog/files/snortalog-2.4.0-notcltk.diff | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net-analyzer/snortalog/files/snortalog-2.4.0-notcltk.diff b/net-analyzer/snortalog/files/snortalog-2.4.0-notcltk.diff deleted file mode 100644 index e82f5e4f0371..000000000000 --- a/net-analyzer/snortalog/files/snortalog-2.4.0-notcltk.diff +++ /dev/null @@ -1,28 +0,0 @@ ---- a/snortalog.pl -+++ b/snortalog.pl -@@ -92,18 +92,18 @@ - # Graphical Tool Kit Librairies - # - $TK = 0 ; --$TK = eval "use Tk;1;" ; --$TK = eval "use Tk::NoteBook;2;" if ($TK == 1); --$TK = eval "use Tk::Dialog;3;" if ($TK == 2); -+#$TK = eval "use Tk;1;" ; -+#$TK = eval "use Tk::NoteBook;2;" if ($TK == 1); -+#$TK = eval "use Tk::Dialog;3;" if ($TK == 2); - - # - # GD Librairies for charts - # - $GD = 0 ; --$GD = eval "use GD::Graph::pie;1;"; --$GD = eval "use GD::Graph::bars;2;" if ($GD == 1); --$GD = eval "use GD::Graph::lines;3;" if ($GD == 2); --$GD = eval "use GD::Graph::area;4;" if ($GD == 3); -+#$GD = eval "use GD::Graph::pie;1;"; -+#$GD = eval "use GD::Graph::bars;2;" if ($GD == 1); -+#$GD = eval "use GD::Graph::lines;3;" if ($GD == 2); -+#$GD = eval "use GD::Graph::area;4;" if ($GD == 3); - - # - # HTML and PDF manipulation libraries |