$NetBSD: patch-aa,v 1.2 2000/12/02 19:26:16 wiz Exp $ --- makefile.orig Mon Oct 30 01:25:15 2000 +++ makefile @@ -39,18 +39,18 @@ #------------------------------------------------------------------------------ # Notes: You can also define -D__EXPERIMENTAL_VERSION flag, if you want to # build experimental version with fastcall technology. -HOST_CFLAGS= +HOST_CFLAGS= -I${PREFIX}/include -D__int8_t_defined -DLIBDIR='"${PREFIX}/share"' # Please add any host specific linker flags here, if it need #------------------------------------------------------------------------------ -HOST_LDFLAGS= +HOST_LDFLAGS= -L${PREFIX}/lib -R${PREFIX}/lib ########################################################################### # You can fine tune the project for Unix platforms. For detail see unix.txt # Please select screen library, that you want to use. Valid values are: # vt100, slang, curses (default) #-------------------------------------------------------------------------- -TARGET_SCREEN_LIB = curses +TARGET_SCREEN_LIB = slang # Please select if you want to use mouse. Valid values are: # n(default), y