packages: add md5deep, a program to compute, match, and audit hashsets (closes: ...
[packages.git] / utils / md5deep / patches / 101-cross_compile.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -19,17 +19,6 @@ AC_PROG_INSTALL
4  AC_CONFIG_FILES([Makefile hashdeep/Makefile md5deep/Makefile])
5  AM_CONFIG_HEADER([config.h])
6  
7 -# Bring additional directories where things might be found into our
8 -# search path. I don't know why autoconf doesn't do this by default
9 -for spfx in /usr/local /opt/local /sw ; do
10 -    echo checking ${spfx}/include
11 -    if test -d ${spfx}/include; then
12 -        CFLAGS="-I${spfx}/include $CFLAGS"
13 -        CPPFLAGS="-I${spfx}/include $CPPFLAGS"
14 -        LDFLAGS="-L${spfx}/lib $LDFLAGS"
15 -    fi
16 -done
17 -
18  # Checks for header files.
19  AC_HEADER_DIRENT
20  AC_HEADER_STDC