diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-12-11 20:08:18 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-12-11 20:08:18 +0000 |
commit | b70be285b79f120d05c757e756178442c614cad8 (patch) | |
tree | 172c198eb0d549546294a3cfa50a1955687f9231 | |
parent | dac1d365c0c071668a308686c7e4d610c34bbd9a (diff) | |
download | rtmux-b70be285b79f120d05c757e756178442c614cad8.tar.gz rtmux-b70be285b79f120d05c757e756178442c614cad8.tar.bz2 rtmux-b70be285b79f120d05c757e756178442c614cad8.zip |
Look in /opt/blah on OS X, from simmel.
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.46 2009-11-26 09:19:04 nicm Exp $ +# $Id: configure,v 1.47 2009-12-11 20:08:18 nicm Exp $ # # Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> # @@ -189,6 +189,8 @@ EOF #define HAVE_U_INT EOF cat <<EOF >>$CONFIG_MK +CPPFLAGS+= -I/opt/local/include +LDFLAGS+= -L/opt/local/lib LIBS+= -lcurses -levent SRCS+= osdep-darwin.c \ compat/strtonum.c \ |