pkgsrc/editors/biew/patches/patch-aa
wiz aca6da334c Update to 5.5.0:
5.5.0
- fixed bug of non repainting of bottom part of window under some
  vt100 terminals (NK).

5.3.2
- use /struct termdesc/ instead of /int/ for terminal type
- compiler warnings cleanup

5.3.1
- changed default prefix to /usr/local, cosmetic fixes

5.3.0
- BIEW/LINUX: reduce use of system calls, use pwrite if possible,
        keyboard functions reimplemented using async IO,
        added proper pseudographics support on xterms
        (with G1 charset) and console (with null map),
        autodetection of vcsaN number,
        "Save as" codepage conversion fixed.
- BIEW/SLANG: wrap lines in WriteBuff when buffer length exceeds
        terminal width - thanks to John Davis for helping me out.
- BIEW/CURSES: added mouse support (ncurses are required for this),
        added acs_map ncurses hack.
- BIEW/VT100: added proper pseudographics support (with G1 charset),
        keyboard functions reimplemented using async IO,
        added mouse support on Linux systems (gpm).
- use getpwuid() to determine home directory when HOME is unavailable
- reduce malloc()/free() calls in vioWriteBuff()
- moved default datadir from /usr/lib/biew to /usr/share/biew
2003-07-22 12:27:07 +00:00

26 lines
1.1 KiB
Text

$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