68e3c7d8e1
* Fix a potential hang with esound * Fix some potential pthread issues * Add more platform compatibility patches * Fix libiconv support * Pull in some patches from firefox to shorten the plist some Special thanks to ale for getting a clean source tarball and hosting it. For the details on what's new in the release, please see: http://www.mozilla.org/projects/thunderbird/release-notes.html
13 lines
422 B
C
13 lines
422 B
C
--- nsprpub/pr/include/md/_freebsd.h.orig Sat Nov 15 23:36:13 2003
|
|
+++ nsprpub/pr/include/md/_freebsd.h Mon Feb 9 22:24:39 2004
|
|
@@ -50,6 +50,10 @@
|
|
#define _PR_SI_ARCHITECTURE "alpha"
|
|
#elif defined(__sparc__)
|
|
#define _PR_SI_ARCHITECTURE "sparc"
|
|
+#elif defined(__ia64__)
|
|
+#define _PR_SI_ARCHITECTURE "ia64"
|
|
+#elif defined(__amd64__)
|
|
+#define _PR_SI_ARCHITECTURE "amd64"
|
|
#else
|
|
#error "Unknown CPU architecture"
|
|
#endif
|