1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/leaktracer/files/patch-LeakCheck
Sergey A. Osokin 1c52d085f0 Add LeakTracer - a small tool for checking a C++ program for memory leaks.
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2004-02-04 12:13:23 +00:00

12 lines
338 B
Plaintext

--- LeakCheck.orig Wed Feb 4 16:49:49 2004
+++ LeakCheck Wed Feb 4 16:50:09 2004
@@ -7,7 +7,7 @@
# this looks in the same directory, this
# LeakCheck script resides; modify to your
# needs:
-SHLIB=`dirname $0`/LeakTracer.so
+SHLIB=`dirname $0`/../lib/LeakTracer.so
if [ ! -x $SHLIB ] ; then
echo "$SHLIB not found"
exit 1