openbsd-ports/sysutils/stan/patches/patch-configure
jasper 63f5732e55 import stan 0.4.1
Stan is a console application that analyzes binary streams and
calculates several useful statistical information from the observed
data.  It features statistical, pattern and bit analysis. Stan has been
designed as a "swiss-knife" for first steps in reverse engineering and
cryptographic analysis.

from zinovik at kspu.karelia.ru (MAINTAINER), with tweaks by me.
2008-05-18 21:06:19 +00:00

13 lines
314 B
Plaintext

$OpenBSD: patch-configure,v 1.1.1.1 2008/05/18 21:06:19 jasper Exp $
--- configure.orig Sun May 18 23:00:03 2008
+++ configure Sun May 18 23:00:58 2008
@@ -1095,7 +1095,7 @@ fi
if test "x$GCC" = "xyes"
then
- CFLAGS="-Wall -O3"
+ CFLAGS=$CFLAGS
fi
echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6