[Pkg-nethack-devel] nethack/patches 05_makefile_logic.dpatch,1.2,1.3

Joshua Kwan joshk-guest@quantz.debian.org
Sat, 27 Dec 2003 09:32:12 +0000


Update of /cvsroot/pkg-nethack/nethack/patches
In directory quantz:/tmp/cvs-serv21857/patches

Modified Files:
	05_makefile_logic.dpatch 
Log Message:
big build system fixes from aaronl


Index: 05_makefile_logic.dpatch
===================================================================
RCS file: /cvsroot/pkg-nethack/nethack/patches/05_makefile_logic.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 05_makefile_logic.dpatch	22 Dec 2003 09:55:56 -0000	1.2
+++ 05_makefile_logic.dpatch	27 Dec 2003 09:32:10 -0000	1.3
@@ -63,7 +63,7 @@
  #
 -WINSRC = $(WINTTYSRC)
 -WINOBJ = $(WINTTYOBJ)
-+ifeq ($(WIN),tty)
++ifeq ($(WIN),console)
 +	WINSRC = $(WINTTYSRC)
 +	WINOBJ = $(WINTTYOBJ)
 +	WINLIB = $(WINTTYLIB)