1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/archivers/lzo2/files/patch-util__check.sh
Matthias Andree a254d72056 Update to lzo 2.05.
Add LICENSE.
Pass --docdir through CONFIGURE_ARGS to install into the right places.
Disable the libc malloc() alignment test according to consultation of the
upstream author, Marcus F. X. J. Oberhumer. He advised that the test were
too strict and would be changed for 2.06.
Refresh patches.

PR: ports/156931
2011-05-10 20:10:21 +00:00

12 lines
393 B
Bash

--- ./util/check.sh.orig 2011-04-23 12:55:35.000000000 +0200
+++ ./util/check.sh 2011-05-10 21:45:44.000000000 +0200
@@ -19,7 +19,7 @@
TMPFILE="/tmp/lzo_$$.tmp"
rm -f $TMPFILE
-(find $dir/ -type f -print > $TMPFILE) || true
+find $dir/ -type f -print | tee $TMPFILE
## methods=`$LZOTEST -m | sed -n 's/^ *-m\([0-9]*\).*/\1/p'`
## methods="9721 9722 9723 9724 9725 9726 9727 9728 9729"