]> granicus.if.org Git - nethack/commitdiff
Fix double DLB definition in linux hints file
authorPasi Kallinen <paxed@alt.org>
Mon, 18 Nov 2019 07:16:51 +0000 (09:16 +0200)
committerPasi Kallinen <paxed@alt.org>
Mon, 18 Nov 2019 07:16:51 +0000 (09:16 +0200)
sys/unix/hints/linux

index 1d9c455091802bd3cdd1f53a488bac8e435c2a50..dcdee332dd5a792541fe0ea00a891dd1f8e227fa 100644 (file)
@@ -20,7 +20,8 @@ VARDIR = $(HACKDIR)
 
 POSTINSTALL=cp -n sys/unix/sysconf $(INSTDIR)/sysconf; $(CHOWN) $(GAMEUID) $(INSTDIR)/sysconf; $(CHGRP) $(GAMEGRP) $(INSTDIR)/sysconf; chmod $(VARFILEPERM) $(INSTDIR)/sysconf;
 
-CFLAGS=-g -O -I../include -DNOTPARMDECL -DDLB
+CFLAGS=-g -O -I../include -DNOTPARMDECL
+CFLAGS+=-DDLB
 CFLAGS+=-DCOMPRESS=\"/bin/gzip\" -DCOMPRESS_EXTENSION=\".gz\"
 CFLAGS+=-DSYSCF -DSYSCF_FILE=\"$(HACKDIR)/sysconf\" -DSECURE
 CFLAGS+=-DTIMED_DELAY
@@ -33,7 +34,6 @@ CFLAGS+=-DCURSES_GRAPHICS
 #CFLAGS+=-DSCORE_ON_BOTL
 #CFLAGS+=-DMSGHANDLER
 #CFLAGS+=-DTTY_TILES_ESCCODES
-#CFLAGS+=-DDLB
 
 LINK=$(CC)
 # Only needed for GLIBC stack trace: