]> git.pld-linux.org Git - packages/biew.git/blob - biew-CURSES.patch
- added man page
[packages/biew.git] / biew-CURSES.patch
1 diff -ur biew-520/makefile.inc biew-520.curses/makefile.inc
2 --- biew-520/makefile.inc       Sat Oct 21 11:17:06 2000
3 +++ biew-520.curses/makefile.inc        Sat Nov 18 22:08:02 2000
4 @@ -62,7 +62,7 @@
5  endif
6  ifeq ($(TARGET_OS),linux)
7   HOST=linux
8 - CDEFOS=-D__LINUX__ -D__UNIX__ -D__OS_NAME__='"Linux"' -D_VT100_ -D__OS__="linux" -Ulinux
9 + CDEFOS=-D__LINUX__ -D__UNIX__ -D__OS_NAME__='"Linux"' -D__OS__="linux" -Ulinux
10   OSLDEF=
11   OS_LIBS=
12   ifeq ($(USE_MOUSE),n)
13 @@ -70,6 +70,18 @@
14    CDEFOS += -DHAVE_MOUSE
15    OS_LIBS += -lgpm
16   endif
17 + ifeq ($(TARGET_SCREEN_LIB),vt100)
18 +   CDEFOS += -D_VT100_
19 + else
20 +   ifeq ($(TARGET_SCREEN_LIB),slang)
21 +     CDEFOS += -D_SLANG_
22 +     OS_LIBS += -lslang
23 +   else
24 +        CDEFOS += -D_CURSES_
25 +        OS_LIBS += -lncurses
26 +   endif
27 + endif
28 +
29  endif
30  ifeq ($(TARGET_OS),unix)
31   HOST=unix
This page took 0.382603 seconds and 3 git commands to generate.