mirror of
https://github.com/tmux/tmux.git
synced 2025-01-12 11:18:48 +00:00
+sfw for solaris too.
This commit is contained in:
parent
cba338ac13
commit
8913d853e4
1
TODO
1
TODO
@ -67,7 +67,6 @@
|
|||||||
to avoid quoting
|
to avoid quoting
|
||||||
|
|
||||||
(hopefully) for 0.9, in no particular order:
|
(hopefully) for 0.9, in no particular order:
|
||||||
- paste-buffer into command prompt
|
|
||||||
- a command to display the status line briefly when it is turned off
|
- a command to display the status line briefly when it is turned off
|
||||||
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw,
|
- FAQ "Can I have some examples of cool things I can do with tmux?" -- linkw,
|
||||||
more??
|
more??
|
||||||
|
9
configure
vendored
9
configure
vendored
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: configure,v 1.9 2009-05-14 07:49:23 nicm Exp $
|
# $Id: configure,v 1.10 2009-05-14 19:49:26 nicm Exp $
|
||||||
|
|
||||||
UNAME=`uname -s`
|
UNAME=`uname -s`
|
||||||
|
|
||||||
@ -88,8 +88,11 @@ EOF
|
|||||||
EOF
|
EOF
|
||||||
cat <<EOF >>$CONFIG_MK
|
cat <<EOF >>$CONFIG_MK
|
||||||
CPPFLAGS+= -I/usr/local/include/ncurses \
|
CPPFLAGS+= -I/usr/local/include/ncurses \
|
||||||
-I/opt/csw/include -I/opt/csw/include/ncurses
|
-I/opt/csw/include -I/opt/csw/include/ncurses \
|
||||||
LDFLAGS+= -L/usr/gnu/lib -L/opt/csw/lib
|
-I/opt/sfw/include -I/opt/sfw/include/ncurses
|
||||||
|
LDFLAGS+= -L/usr/gnu/lib \
|
||||||
|
-L/opt/csw/lib \
|
||||||
|
-L/opt/sfw/lib
|
||||||
LIBS+= -lsocket -lnsl
|
LIBS+= -lsocket -lnsl
|
||||||
SRCS+= osdep-unknown.c \
|
SRCS+= osdep-unknown.c \
|
||||||
compat/asprintf.c \
|
compat/asprintf.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user