summarylogtreecommitdiffstats
path: root/disable-debian.patch
blob: 0d9424a49d7a95d0ffc92c6bbfe889293d3415df (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
27
28
29
30
31
32
diff -cr cbftp-r1011.o/Makefile.inc cbftp-r1011/Makefile.inc
*** cbftp-r1011.o/Makefile.inc	2019-03-17 04:15:01.000000000 -0500
--- cbftp-r1011/Makefile.inc	2019-03-31 21:46:53.009762000 -0500
***************
*** 38,42 ****
  ifeq ($(UNAME_S),Darwin)
  LINKFLAGS+=-lncurses
  else
! LINKFLAGS+=-lncursesw
  endif
--- 38,42 ----
  ifeq ($(UNAME_S),Darwin)
  LINKFLAGS+=-lncurses
  else
! LINKFLAGS+=-lncurses
  endif
diff -cr cbftp-r1011.o/src/ui/ncurseswrap.h cbftp-r1011/src/ui/ncurseswrap.h
*** cbftp-r1011.o/src/ui/ncurseswrap.h	2019-03-17 04:15:01.000000000 -0500
--- cbftp-r1011/src/ui/ncurseswrap.h	2019-03-31 22:05:16.467017954 -0500
***************
*** 4,8 ****
  #ifdef __APPLE__
  #include <ncurses.h>
  #else
! #include <ncursesw/curses.h>
  #endif
--- 4,8 ----
  #ifdef __APPLE__
  #include <ncurses.h>
  #else
! #include <ncurses.h>
  #endif