diff options
author | blymn <blymn@pkgsrc.org> | 2002-07-29 11:09:50 +0000 |
---|---|---|
committer | blymn <blymn@pkgsrc.org> | 2002-07-29 11:09:50 +0000 |
commit | b8094222a33d26b8b73809e9318d80af9665d741 (patch) | |
tree | ff5f5c27a3ed2431656436fc7322f11c400db029 /games/xdoom | |
parent | ff1fda2fd0649f9c5b6915150ef2cfee736679d1 (diff) | |
download | pkgsrc-b8094222a33d26b8b73809e9318d80af9665d741.tar.gz |
Fix for PR 17741, m_swap.h needs to have sys/endian.h included to
correctly determine the endian of the host machine.
Diffstat (limited to 'games/xdoom')
-rw-r--r-- | games/xdoom/distinfo | 4 | ||||
-rw-r--r-- | games/xdoom/patches/patch-ap | 14 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games/xdoom/distinfo b/games/xdoom/distinfo index d4bbf8070ef..a1b40ce20f2 100644 --- a/games/xdoom/distinfo +++ b/games/xdoom/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/07/27 11:05:58 abs Exp $ +$NetBSD: distinfo,v 1.4 2002/07/29 11:09:50 blymn Exp $ SHA1 (doomsrc.zip) = ffd07e0bd95b7c6ba0cd003fb6ff5ebd535d6f99 Size (doomsrc.zip) = 362698 bytes @@ -19,7 +19,7 @@ SHA1 (patch-al) = a3c5b2ae0a820010339c06655f53778e5edfd498 SHA1 (patch-am) = 3b4606d1d040b8c9a9685ef66faf88598d64d3f2 SHA1 (patch-an) = 2c146291dcacf250986a8a014dd1b0d69bb8f825 SHA1 (patch-ao) = b2d0ae80d2832c0aac89da1a078afedd7d97362d -SHA1 (patch-ap) = 1846db4af16962f42bca2ca6d41a0b408dd2fd82 +SHA1 (patch-ap) = 14c78b5911fda030aa6d89426632ee0b42c4da96 SHA1 (patch-aq) = 83b21a11e8007ea04fbedf10330887469b48dbab SHA1 (patch-ar) = 25e47aa4b31ef3a429f31607ea79b6710d34234a SHA1 (patch-as) = 8d56b0a78a6cedb3b1ad63d9418081fb0277cf3d diff --git a/games/xdoom/patches/patch-ap b/games/xdoom/patches/patch-ap index 3bcd4d33498..b873f2a0534 100644 --- a/games/xdoom/patches/patch-ap +++ b/games/xdoom/patches/patch-ap @@ -1,8 +1,14 @@ -$NetBSD: patch-ap,v 1.1 2000/02/03 16:01:15 abs Exp $ +$NetBSD: patch-ap,v 1.2 2002/07/29 11:09:51 blymn Exp $ ---- linuxdoom-1.10/m_swap.h.orig Mon Dec 22 20:14:41 1997 -+++ linuxdoom-1.10/m_swap.h Thu Feb 3 01:33:56 2000 -@@ -28,14 +28,17 @@ +--- linuxdoom-1.10/m_swap.h.orig Tue Dec 23 06:44:41 1997 ++++ linuxdoom-1.10/m_swap.h +@@ -23,19 +23,23 @@ + #ifndef __M_SWAP__ + #define __M_SWAP__ + ++#include <sys/endian.h> + + #ifdef __GNUG__ #pragma interface #endif |