diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-04 17:05:46 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-04-04 17:05:46 +0000 |
commit | 118a03458bf0926e5c6ed4430ec9ccd405fec3d4 (patch) | |
tree | ce9a27e739b5861eefd8cd92f4b90503ce25f9ec /www/nspluginwrapper/files/patch-npapi_nspr_prcpucfg.h | |
parent | This is a possible fix for the 'makesum' regression introduced in ports/Mk (diff) |
Add nspluginwrapper 0.9.91.3, a compatibility plugin for Netscape 4
(NPAPI) plugins.
PR: ports/111166
Submitted by: Dave Grochowski
Notes
Notes:
svn path=/head/; revision=189216
Diffstat (limited to 'www/nspluginwrapper/files/patch-npapi_nspr_prcpucfg.h')
-rw-r--r-- | www/nspluginwrapper/files/patch-npapi_nspr_prcpucfg.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/nspluginwrapper/files/patch-npapi_nspr_prcpucfg.h b/www/nspluginwrapper/files/patch-npapi_nspr_prcpucfg.h new file mode 100644 index 000000000000..3bec95c9b353 --- /dev/null +++ b/www/nspluginwrapper/files/patch-npapi_nspr_prcpucfg.h @@ -0,0 +1,11 @@ +--- ./npapi/nspr/prcpucfg.h.orig Wed Apr 4 20:26:11 2007 ++++ ./npapi/nspr/prcpucfg.h Wed Apr 4 20:27:40 2007 +@@ -229,7 +229,7 @@ + #define PR_BYTES_PER_WORD_LOG2 3 + #define PR_BYTES_PER_DWORD_LOG2 3 + +-#elif defined(__x86_64__) ++#elif defined(__x86_64__) || defined(__amd64__) + + #define IS_LITTLE_ENDIAN 1 + #undef IS_BIG_ENDIAN |