diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2023-06-23 12:00:00 +0200 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2023-06-23 12:02:02 +0200 |
commit | ac28bd03143a3fdee07377cfd66c3b81b1084eba (patch) | |
tree | 2ad5246f28f75208d506c78602908471fe5a14f3 /net-p2p/c-lightning/files/patch-configure | |
parent | security/vuxml: another correction for devel/py-setuptools* (diff) |
net-p2p/c-lightning: Upgrade from 0.11.2 to 23.05.1
Diffstat (limited to 'net-p2p/c-lightning/files/patch-configure')
-rw-r--r-- | net-p2p/c-lightning/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/c-lightning/files/patch-configure b/net-p2p/c-lightning/files/patch-configure new file mode 100644 index 000000000000..8479216ba0ec --- /dev/null +++ b/net-p2p/c-lightning/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2023-06-22 13:48:20 UTC ++++ configure +@@ -15,7 +15,7 @@ else + LIBRARY_PATH=/opt/homebrew/lib + export PKG_CONFIG_PATH=/opt/homebrew/opt/sqlite/lib/pkgconfig + else +-CPATH=/usr/local/lib ++CPATH=/usr/local/include + LIBRARY_PATH=/usr/local/lib + export PKG_CONFIG_PATH=/usr/local/opt/sqlite/lib/pkgconfig + fi |