opnsense-ports/devel/leaktracer/files/patch-LeakCheck
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
338 B
Text

--- 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