diff options
author | dmcmahill <dmcmahill> | 2000-10-07 21:30:13 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-10-07 21:30:13 +0000 |
commit | 7f50745d5f320a7405c53e60694916a62aaf769c (patch) | |
tree | 43eb8388244eace92172a9211d86d2e93a886f06 /www/mozilla/patches | |
parent | 5bf3a98a0e752585c0c11462bad3f237e5a41843 (diff) | |
download | pkgsrc-7f50745d5f320a7405c53e60694916a62aaf769c.tar.gz |
fix typo in header file which shows up on sparc and mips machines.
Diffstat (limited to 'www/mozilla/patches')
-rw-r--r-- | www/mozilla/patches/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mozilla/patches/patch-af b/www/mozilla/patches/patch-af new file mode 100644 index 00000000000..f47f3919a29 --- /dev/null +++ b/www/mozilla/patches/patch-af @@ -0,0 +1,11 @@ +$NetBSD: patch-af,v 1.6 2000/10/07 21:30:13 dmcmahill Exp $ + +--- dist/include/prcpucfg.h.orig Wed Mar 8 11:26:18 2000 ++++ dist/include/prcpucfg.h Sat Oct 7 17:26:26 2000 +@@ -78,5 +78,5 @@ + #elif defined(__sparc__) || defined(__mips__) + +-#undef IS_LITTLE_ENDIAN 1 ++#undef IS_LITTLE_ENDIAN + #define IS_BIG_ENDIAN 1 + #define HAVE_LONG_LONG |