aboutsummaryrefslogtreecommitdiffstats
path: root/Patches/macosx
diff options
context:
space:
mode:
authorAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
committerAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-09 04:59:17 +0000
commit6c63633545c254dc085402e0f927a6826d1dd229 (patch)
tree0126fb5598304c713ea1276e294da9098b5df3b4 /Patches/macosx
parentInitial revision (diff)
downloadw3m-6c63633545c254dc085402e0f927a6826d1dd229.tar.gz
w3m-6c63633545c254dc085402e0f927a6826d1dd229.zip
Updates from 0.2.1 into 0.2.1-inu-1.5release-0-2-1-inu-1-5
Diffstat (limited to 'Patches/macosx')
-rw-r--r--Patches/macosx41
1 files changed, 0 insertions, 41 deletions
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 <J.Scheerder@cwi.nl> (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 ----