From 375d8e9a4e3320afab29d32f0320df1797b59441 Mon Sep 17 00:00:00 2001 From: Barry Allard Date: Mon, 16 Dec 2013 20:37:13 -0800 Subject: [PATCH] [osx] update contrib/homebrew/bitcoin.qt.pro.patch from old OpenSSL -> modern OpenSSL via homebrew --- contrib/homebrew/bitcoin.qt.pro.patch | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/contrib/homebrew/bitcoin.qt.pro.patch b/contrib/homebrew/bitcoin.qt.pro.patch index 1001f2906..7d5fe1732 100644 --- a/contrib/homebrew/bitcoin.qt.pro.patch +++ b/contrib/homebrew/bitcoin.qt.pro.patch @@ -11,7 +11,7 @@ index d938c07..e1dd4ec 100644 } isEmpty(BDB_LIB_SUFFIX) { -@@ -361,15 +361,15 @@ +@@ -361,15 +361,23 @@ } isEmpty(BDB_INCLUDE_PATH) { @@ -27,6 +27,14 @@ index d938c07..e1dd4ec 100644 isEmpty(BOOST_INCLUDE_PATH) { - macx:BOOST_INCLUDE_PATH = /opt/local/include + macx:BOOST_INCLUDE_PATH = /usr/local/opt/boost/include ++} ++ ++isEmpty(OPENSSL_LIB_PATH) { ++ macx:OPENSSL_LIB_PATH = /usr/local/opt/openssl/lib ++} ++ ++isEmpty(OPENSSL_INCLUDE_PATH) { ++ macx:OPENSSL_INCLUDE_PATH = /usr/local/opt/openssl/include } win32:DEFINES += WIN32