diff options
author | fvdl <fvdl> | 1998-04-21 23:29:57 +0000 |
---|---|---|
committer | fvdl <fvdl> | 1998-04-21 23:29:57 +0000 |
commit | cc3a45bd59acbf6830f15b8abd9b40a68be2d3b9 (patch) | |
tree | eb1c80eeeeebdbfb4693e9604304204526c06dfa /www/mozilla | |
parent | d42479bbbf7fef6b111b9a6f73992b0b99779833 (diff) | |
download | pkgsrc-cc3a45bd59acbf6830f15b8abd9b40a68be2d3b9.tar.gz |
Add patch for arm32 (seperate to be consistent with patches submitted
to mozilla.org for the current version).
Diffstat (limited to 'www/mozilla')
-rw-r--r-- | www/mozilla/patches/patch-ab | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/www/mozilla/patches/patch-ab b/www/mozilla/patches/patch-ab new file mode 100644 index 00000000000..64149be58d6 --- /dev/null +++ b/www/mozilla/patches/patch-ab @@ -0,0 +1,38 @@ +*** nsprpub/pr/include/md/_netbsd.cfg~ Sun Apr 19 02:18:48 1998 +--- nsprpub/pr/include/md/_netbsd.cfg Sun Apr 19 02:38:57 1998 +*************** +*** 27,33 **** + #define NETBSD + #endif + +! #ifdef __i386__ + + #define IS_LITTLE_ENDIAN 1 + #undef IS_BIG_ENDIAN +--- 27,33 ---- + #define NETBSD + #endif + +! #if defined(__i386__) || defined(__arm32__) + + #define IS_LITTLE_ENDIAN 1 + #undef IS_BIG_ENDIAN +*** nsprpub/pr/include/md/_netbsd.h~ Sun Apr 19 02:18:48 1998 +--- nsprpub/pr/include/md/_netbsd.h Sun Apr 19 02:52:51 1998 +*************** +*** 34,40 **** + #elif defined(__sparc__) + #define _PR_SI_ARCHITECTURE "sparc" + #elif defined(__arm32__) +! #define _PR_SI_ACRHITECTURE "arm32" + #endif + + #define PR_DLL_SUFFIX ".so.1.0" +--- 34,40 ---- + #elif defined(__sparc__) + #define _PR_SI_ARCHITECTURE "sparc" + #elif defined(__arm32__) +! #define _PR_SI_ARCHITECTURE "arm32" + #endif + + #define PR_DLL_SUFFIX ".so.1.0" |