View | Details | Raw Unified | Return to bug 259786
Collapse All | Expand All

(-)omega/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
MASTER_SITES=	http://www.alcyone.com/binaries/omega/
6
MASTER_SITES=	http://www.alcyone.com/binaries/omega/
7
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
7
DISTNAME=	${PORTNAME}-${PORTVERSION}-src
8
8
9
MAINTAINER=	ports@FreeBSD.org
9
MAINTAINER=	r7st.guru@gmail.com
10
COMMENT=	Complex rogue-style game of dungeon exploration
10
COMMENT=	Complex rogue-style game of dungeon exploration
11
11
12
USES=		gmake ncurses
12
USES=		gmake ncurses
(-)omega/files/patch-inv.c (-2 / +12 lines)
Lines 1-5 Link Here
1
--- inv.c	Fri Jan  1 03:08:33 1999
1
--- inv.c.orig	2021-11-11 18:12:35.355855000 -0500
2
+++ /home/andy/tmp/wrk/inv.c	Fri May 14 20:28:52 1999
2
+++ inv.c	2021-11-11 18:13:11.096005000 -0500
3
@@ -8,7 +8,11 @@
3
@@ -8,7 +8,11 @@
4
 # ifdef AMIGA
4
 # ifdef AMIGA
5
 #  include <curses210.h>
5
 #  include <curses210.h>
Lines 12-15 Link Here
12
+#  endif
12
+#  endif
13
 # endif
13
 # endif
14
 #endif
14
 #endif
15
 
16
@@ -840,8 +844,7 @@
17
       use_pack_item(response - 'a',slot);
18
     }
19
   }
20
-  if ( optionp(TOPINV) )
21
-    display_possessions();
22
+  display_possessions();
23
   return slot;
24
 }
15
 
25
 

Return to bug 259786