diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-21 16:17:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-21 16:17:12 +0000 |
commit | 7056f29e35ec1b37763959c25ddadc161ddccfaa (patch) | |
tree | 8a3ccb2c137c2f69b14df4408c8f54ca267c8055 /games/xdoom/patches/patch-am | |
parent | 2a7f583a7ed2cac032f2d7189ebf5b4636d158eb (diff) | |
download | pkgsrc-7056f29e35ec1b37763959c25ddadc161ddccfaa.tar.gz |
Remove xdoom, use prboom instead, which also works on 64bit machines
(see PR 24024).
Diffstat (limited to 'games/xdoom/patches/patch-am')
-rw-r--r-- | games/xdoom/patches/patch-am | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/xdoom/patches/patch-am b/games/xdoom/patches/patch-am deleted file mode 100644 index d9a4d973aad..00000000000 --- a/games/xdoom/patches/patch-am +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-am,v 1.1 2000/02/03 16:01:15 abs Exp $ - ---- linuxdoom-1.10/m_menu.c.orig Mon Dec 22 20:42:21 1997 -+++ linuxdoom-1.10/m_menu.c Thu Feb 3 01:33:53 2000 -@@ -529,7 +529,7 @@ - LoadMenu[i].status = 0; - continue; - } -- count = read (handle, &savegamestrings[i], SAVESTRINGSIZE); -+ count = read (handle, savegamestrings[i], SAVESTRINGSIZE); - close (handle); - LoadMenu[i].status = 1; - } |