diff options
author | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
---|---|---|
committer | Akinori Ito <aito@eie.yz.yamagata-u.ac.jp> | 2001-11-09 04:59:17 +0000 |
commit | 6c63633545c254dc085402e0f927a6826d1dd229 (patch) | |
tree | 0126fb5598304c713ea1276e294da9098b5df3b4 /Patches/hpux11 | |
parent | Initial revision (diff) | |
download | w3m-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 '')
-rw-r--r-- | Patches/hpux11 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Patches/hpux11 b/Patches/hpux11 deleted file mode 100644 index c02893e..0000000 --- a/Patches/hpux11 +++ /dev/null @@ -1,25 +0,0 @@ -Install note for HP-UX - -If you are running HP-UX 11 or later on PA-RISC 2.0, you -have to apply the following patch on GC library. This patch -is contributed by Dave Eaton <dwe@arde.com>. - -If you want to use HP C compiler, answer - - Input your favorite C-compiler. - (Default: cc) cc -Aa -D_HPUX_SOURCE - -If you use just 'cc' without options, you can't compile w3m. -If you are using gcc, no option is needed. - ----------------------------------------------------------------------- ---- gc/gcconfig.h.original Wed May 19 01:38:55 1999 -+++ gc/gcconfig.h Tue Jun 8 12:38:22 1999 -@@ -125,6 +125,7 @@ - # define mach_type_known - # endif - # if defined(_PA_RISC1_0) || defined(_PA_RISC1_1) \ -+ || defined(_PA_RISC2_0) \ - || defined(hppa) || defined(__hppa__) - # define HP_PA - # define mach_type_known |