|
|
@ -511,17 +511,6 @@ case $host in
|
|
|
|
LEVELDB_TARGET_FLAGS="-DOS_MACOSX"
|
|
|
|
LEVELDB_TARGET_FLAGS="-DOS_MACOSX"
|
|
|
|
if test x$cross_compiling != xyes; then
|
|
|
|
if test x$cross_compiling != xyes; then
|
|
|
|
BUILD_OS=darwin
|
|
|
|
BUILD_OS=darwin
|
|
|
|
AC_CHECK_PROG([PORT],port, port)
|
|
|
|
|
|
|
|
if test x$PORT = xport; then
|
|
|
|
|
|
|
|
dnl add default macports paths
|
|
|
|
|
|
|
|
CPPFLAGS="$CPPFLAGS -isystem /opt/local/include"
|
|
|
|
|
|
|
|
LIBS="$LIBS -L/opt/local/lib"
|
|
|
|
|
|
|
|
if test -d /opt/local/include/db48; then
|
|
|
|
|
|
|
|
CPPFLAGS="$CPPFLAGS -I/opt/local/include/db48"
|
|
|
|
|
|
|
|
LIBS="$LIBS -L/opt/local/lib/db48"
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert)
|
|
|
|
AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert)
|
|
|
|
AC_CHECK_PROG([BREW],brew, brew)
|
|
|
|
AC_CHECK_PROG([BREW],brew, brew)
|
|
|
|
if test x$BREW = xbrew; then
|
|
|
|
if test x$BREW = xbrew; then
|
|
|
|