From 6c63633545c254dc085402e0f927a6826d1dd229 Mon Sep 17 00:00:00 2001 From: Akinori Ito Date: Fri, 9 Nov 2001 04:59:17 +0000 Subject: Updates from 0.2.1 into 0.2.1-inu-1.5 --- Patches/macosx | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 Patches/macosx (limited to 'Patches/macosx') diff --git a/Patches/macosx b/Patches/macosx deleted file mode 100644 index 4d251f1..0000000 --- a/Patches/macosx +++ /dev/null @@ -1,41 +0,0 @@ -Jeroen Scheerder (by way of Jeroen Scheerder) -Subject: w3m 0.1.6 on Mac OS X -Content-Type: text/plain; charset="us-ascii" - -Hi, - -I've compiled w3m successfully on Mac OS X (DP3). I'm including -patches, mainly dealing with compiler complaints about possible use of -uninitialized data. - -It compiles with one warning, still: - -url.c:799: warning: variable `p' might be clobbered by `longjmp' or - `vfork' - - -On a related note: I had to modify the makefile; there is no `m' -library, and no `termcap' library, and they're not needed as well -- -but they will cause an ld failure, when present on the ld command line. - -Context diffs (against a 21/1/2000 0.1.6) are included, including the -(trivial) patch to make Boehm gc compile. - - - -*** gc/gcconfig.h Mon Mar 6 12:16:04 2000 ---- gc/gcconfig.h.org Wed Jan 12 04:23:37 2000 -*************** -*** 180,190 **** - # define POWERPC - # define mach_type_known - # endif -- # if defined(__APPLE__) -- # define MACOSX -- # define POWERPC -- # define mach_type_known -- # endif - # if defined(NeXT) && defined(mc68000) - # define M68K - # define NEXT ---- 180,185 ---- -- cgit v1.2.3