1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/ccmalloc/files/patch-Makefile.in
Edwin Groothuis 83a45c624c port of ccmalloc
This is port of ccmalloc, memory leak detector for C/C++.

PR:		ports/36336
Submitted by:	Jure Menart <jure@kom.org>
2003-04-05 12:47:13 +00:00

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