mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
83a45c624c
This is port of ccmalloc, memory leak detector for C/C++. PR: ports/36336 Submitted by: Jure Menart <jure@kom.org>
19 lines
490 B
Plaintext
19 lines
490 B
Plaintext
--- Makefile.in.orig Wed Jan 30 15:27:10 2002
|
|
+++ Makefile.in Mon Mar 18 17:39:49 2002
|
|
@@ -3,6 +3,7 @@
|
|
COMPILERS=@COMPILERS@
|
|
TARGETS=lib/libccmalloc.a @TARGETS@ bin/ccmalloc
|
|
PREFIX=@PREFIX@
|
|
+OPSYS=@OPSYS@
|
|
|
|
#--------------------------------------------------------------------------#
|
|
|
|
@@ -43,6 +44,7 @@
|
|
-e 's,@''PREFIX@,$(PREFIX),g' \
|
|
-e 's,@''COMPILERS@,"$(COMPILERS)",g' \
|
|
-e 's,@''VERSION@,@VERSION@,g' \
|
|
+ -e 's,@''OPSYS@,@OPSYS@,g' \
|
|
src/ccmalloc.in > $@
|
|
chmod 755 $@
|
|
|