From 11a0f387a898bf639e5ad41243642ba13f2e36ab Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 4 Jul 2007 14:23:54 +0000 Subject: - Fix the build with GCC 4.2 and unbreak [1] - Patch things silently as we normally do - Usual cleanups of Makefile and pkg-descr Reported by: pointyhat (logs) [1] --- security/stegdetect/files/patch-stegdetect.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'security/stegdetect/files/patch-stegdetect.c') diff --git a/security/stegdetect/files/patch-stegdetect.c b/security/stegdetect/files/patch-stegdetect.c index effb4122aa0f..f9edc10e80eb 100644 --- a/security/stegdetect/files/patch-stegdetect.c +++ b/security/stegdetect/files/patch-stegdetect.c @@ -1,5 +1,13 @@ --- stegdetect.c.orig Sat Apr 15 00:14:05 2006 +++ stegdetect.c Sat Apr 15 00:14:40 2006 +@@ -78,7 +78,6 @@ + float DCThist[257]; + float scale = 1; /* Sensitivity scaling */ + +-static int debug = 0; + static int quiet = 0; + static int ispositive = 0; /* Current images contain stego */ + static char *transformname; /* Current transform name */ @@ -1227,7 +1227,7 @@ strlcat(outbuf, quality(tmp, stars), sizeof(outbuf)); flag = 1; -- cgit v1.2.3