Look in /opt/blah on OS X, from simmel.

This commit is contained in:
Nicholas Marriott 2009-12-11 20:08:18 +00:00
parent dac1d365c0
commit b70be285b7

4
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh #!/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> # Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
# #
@ -189,6 +189,8 @@ EOF
#define HAVE_U_INT #define HAVE_U_INT
EOF EOF
cat <<EOF >>$CONFIG_MK cat <<EOF >>$CONFIG_MK
CPPFLAGS+= -I/opt/local/include
LDFLAGS+= -L/opt/local/lib
LIBS+= -lcurses -levent LIBS+= -lcurses -levent
SRCS+= osdep-darwin.c \ SRCS+= osdep-darwin.c \
compat/strtonum.c \ compat/strtonum.c \