mirror of
https://github.com/tmux/tmux.git
synced 2025-04-11 03:28:49 +00:00
Solaris doesn't have TAILQ_REPLACE yet :-(.
This commit is contained in:
parent
3085ca7153
commit
74dfb503a8
@ -1,4 +1,4 @@
|
|||||||
# $Id: GNUmakefile,v 1.85 2009-04-29 22:25:20 nicm Exp $
|
# $Id: GNUmakefile,v 1.86 2009-04-29 22:35:45 nicm Exp $
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c \
|
|||||||
compat/asprintf.c compat/fgetln.c compat/getopt.c
|
compat/asprintf.c compat/fgetln.c compat/getopt.c
|
||||||
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
|
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
|
||||||
-DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF -DNO_FGETLN \
|
-DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF -DNO_FGETLN \
|
||||||
-DBROKEN_GETOPT
|
-DBROKEN_GETOPT -DNO_QUEUE_H
|
||||||
LDFLAGS+= -L/usr/gnu/lib
|
LDFLAGS+= -L/usr/gnu/lib
|
||||||
LIBS+= -lsocket -lnsl
|
LIBS+= -lsocket -lnsl
|
||||||
endif
|
endif
|
||||||
|
1
TODO
1
TODO
@ -92,5 +92,4 @@
|
|||||||
speed improvements? -- still too slow over ssh!
|
speed improvements? -- still too slow over ssh!
|
||||||
hardcoded 81 for left-vertical is nasty
|
hardcoded 81 for left-vertical is nasty
|
||||||
- test bug sshing from freebsd console (tom iirc?)
|
- test bug sshing from freebsd console (tom iirc?)
|
||||||
- fix build on solaris 10
|
|
||||||
- rotate-window has redraw bugs... :-/
|
- rotate-window has redraw bugs... :-/
|
||||||
|
Loading…
Reference in New Issue
Block a user