pkgsrc changes: - use REPLACE_PERL instead of hand-rolled sed - use ncursesw - make curses selection work - add INSTALLATION_DIRS upstream changes: Changes to support Unicode terminals. Link against ncursesw instead of ncurses, since the former knows how to translate ACS_ULCORNER et al into the right Unicode code points; also call setlocale() before starting up curses, so that it knows it has to. Also closes PR pkg/37366.
15 lines
463 B
Text
15 lines
463 B
Text
$NetBSD: patch-aa,v 1.2 2009/12/06 23:32:56 dholland Exp $
|
|
|
|
Adjust makefile variables per pkgsrc covnentions.
|
|
|
|
--- Makefile.orig 2007-04-19 15:24:41.000000000 +0300
|
|
+++ Makefile 2007-06-08 08:57:16.000000000 +0300
|
|
@@ -7,7 +7,7 @@
|
|
wcwidth.o xenc.o
|
|
|
|
ipbt: $(IPBT)
|
|
- $(CC) $(LFLAGS) -o ipbt $(IPBT) -lm -lncursesw
|
|
+ $(CC) $(LDFLAGS) -o ipbt $(IPBT) -lm -lncursesw
|
|
|
|
be_none.o: be_none.c putty.h puttyps.h unix.h charset.h network.h misc.h \
|
|
puttymem.h
|