diff options
Diffstat (limited to 'devel/ccmalloc/files/patch-Makefile.in')
-rw-r--r-- | devel/ccmalloc/files/patch-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/ccmalloc/files/patch-Makefile.in b/devel/ccmalloc/files/patch-Makefile.in new file mode 100644 index 000000000000..e1fd0c2dd765 --- /dev/null +++ b/devel/ccmalloc/files/patch-Makefile.in @@ -0,0 +1,18 @@ +--- 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 $@ + |