diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-22 19:20:08 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-09-22 19:20:08 +0000 |
commit | 2c9d4dfdd4568f40ab1f3e7a20918d1f17ea0482 (patch) | |
tree | 237cb26f3f5c7999452661eb801d8f0af96222d6 /configure | |
parent | df7b68480cf37f4039a5fd1809fd7c8dbf127277 (diff) | |
download | rtmux-2c9d4dfdd4568f40ab1f3e7a20918d1f17ea0482.tar.gz rtmux-2c9d4dfdd4568f40ab1f3e7a20918d1f17ea0482.tar.bz2 rtmux-2c9d4dfdd4568f40ab1f3e7a20918d1f17ea0482.zip |
Tweak tparm() to make Solaris' backward userland happy and remove the -I mess
in configure which tried to deal with the fallout from their horrible package
management.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.38 2009-09-20 17:51:54 nicm Exp $ +# $Id: configure,v 1.39 2009-09-22 19:20:08 nicm Exp $ TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`} @@ -139,13 +139,7 @@ EOF #define HAVE_STRLCPY EOF cat <<EOF >>$CONFIG_MK -CPPFLAGS+= -I/usr/local/include/ncurses \ - -I/opt/csw/include -I/opt/csw/include/ncurses \ - -I/opt/sfw/include -I/opt/sfw/include/ncurses CFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS -LDFLAGS+= -L/usr/gnu/lib \ - -L/opt/csw/lib \ - -L/opt/sfw/lib LIBS+= -lcurses -lsocket -lnsl SRCS+= osdep-unknown.c \ compat/asprintf.c \ |