diff options
Diffstat (limited to 'editors/biew/patches/patch-aa')
-rw-r--r-- | editors/biew/patches/patch-aa | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/biew/patches/patch-aa b/editors/biew/patches/patch-aa new file mode 100644 index 00000000000..79465244416 --- /dev/null +++ b/editors/biew/patches/patch-aa @@ -0,0 +1,26 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/10/30 00:41:54 mjl Exp $ + +--- makefile.orig Mon Oct 30 01:25:15 2000 ++++ makefile Mon Oct 30 01:15:21 2000 +@@ -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 |