blob: a83d21bad0a46aa171ee0c5d4cceb5a96fe89558 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
$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
|