aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2019-01-16 01:07:23 -0800
committerBen Woosley <ben.woosley@gmail.com>2019-01-16 12:13:59 -0800
commit4e81438f6556d059923f07409264c11c41cc4a0b (patch)
tree9941fc2f2540ea6f4d3489a5627694ee05f91eb8 /configure.ac
parentfcb6694a9945d2a02f40587e18bd395ef64048e0 (diff)
downloadbitcoin-4e81438f6556d059923f07409264c11c41cc4a0b.tar.xz
build: Drop macports support
It's untested / unmaintained, according to theuni. https://github.com/bitcoin/bitcoin/pull/14920/files#r246964938
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac
index e1c265f10f..c4b1d63bfe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -511,17 +511,6 @@ case $host in
LEVELDB_TARGET_FLAGS="-DOS_MACOSX"
if test x$cross_compiling != xyes; then
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_CHECK_PROG([BREW],brew, brew)
if test x$BREW = xbrew; then