diff options
author | asami <asami@FreeBSD.org> | 1994-12-27 10:44:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-12-27 10:44:03 +0000 |
commit | 0309b96a834ce14507017e9a7efbaf97f0b245ca (patch) | |
tree | 20926a0e58a74986e8d878b4af1663057d716bd8 /www/chimera2/files | |
parent | dd856843e1a57ff215f39e47139f60e94e799b11 (diff) | |
download | FreeBSD-ports-0309b96a834ce14507017e9a7efbaf97f0b245ca.zip FreeBSD-ports-0309b96a834ce14507017e9a7efbaf97f0b245ca.tar.gz |
Version up to 1.63. This one actually works!
Diffstat (limited to 'www/chimera2/files')
-rw-r--r-- | www/chimera2/files/patch-aa | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/www/chimera2/files/patch-aa b/www/chimera2/files/patch-aa index fa72a55..7f4ed7a 100644 --- a/www/chimera2/files/patch-aa +++ b/www/chimera2/files/patch-aa @@ -1,14 +1,11 @@ -*** libhtmlw/HTML-PSformat.c~ Wed Sep 14 19:53:22 1994 ---- libhtmlw/HTML-PSformat.c Tue Oct 18 14:41:47 1994 -*************** -*** 47,53 **** ---- 47,55 ---- - #include <stdio.h> - #include <ctype.h> - #include <math.h> -+ #ifndef __FreeBSD__ - #include <malloc.h> -+ #endif - #include "HTMLP.h" - - /* Fix thanks to robm. */ +--- ./Common.tmpl.dist.org Fri Dec 16 20:10:16 1994 ++++ ./Common.tmpl.dist Mon Dec 19 02:52:52 1994 +@@ -103,7 +103,7 @@ + NEEDFUNCS = -DNEED_STRSTR -DNEED_GETCWD + */ + +-EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H -DHAVE_MALLOC_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS) ++EXTRA_DEFINES = -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_UNISTD_H $(MYPROTO) $(MYBSD) $(NEEDFUNCS) + + /* + * Extra libraries |