summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorfvdl <fvdl@pkgsrc.org>1998-04-21 23:29:57 +0000
committerfvdl <fvdl@pkgsrc.org>1998-04-21 23:29:57 +0000
commite966b72772924f07456bb25e75be58e17c3f1b43 (patch)
treeeb1c80eeeeebdbfb4693e9604304204526c06dfa /www
parentc6319422148cbdde4c5cf0dd92da5474a700dece (diff)
downloadpkgsrc-e966b72772924f07456bb25e75be58e17c3f1b43.tar.gz
Add patch for arm32 (seperate to be consistent with patches submitted
to mozilla.org for the current version).
Diffstat (limited to 'www')
-rw-r--r--www/mozilla/patches/patch-ab38
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"