summaryrefslogtreecommitdiff
path: root/editors/biew/patches/patch-aa
blob: 889b765c73c69c925d8b7e89fb35041e857cde2f (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.3 2003/07/22 12:27:08 wiz Exp $

--- makefile.orig	Sun Dec 30 18:05:47 2001
+++ makefile
@@ -59,18 +59,18 @@ TARGET_OS=unix
 # Try it if you have problems with compilation due to assembler errors.
 # Note that it is not the same as specifying TARGET_PLATFORM=generic.
 #------------------------------------------------------------------------------
-HOST_CFLAGS=
+HOST_CFLAGS=-I${PREFIX}/include -D__int8_t_defined -DLIBDIR='"${PREFIX}/share"'
 
 # Please add any host specific linker flags here
 #------------------------------------------------------------------------------
-HOST_LDFLAGS=
+HOST_LDFLAGS=-L${PREFIX}/lib -Wl,-R${PREFIX}/lib
 
 ###########################################################################
 # Here comes Unix-specific configuration, see unix.txt for details.
 # Please select screen library, 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