git: d2b6fcea3607 - main - Fixed build problem if base SSL is used. PR: 252098
Matthias Fechner
mfechner at FreeBSD.org
Tue Apr 6 13:23:56 UTC 2021
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d2b6fcea360725134934932b339045bbdc0bc2ae
commit d2b6fcea360725134934932b339045bbdc0bc2ae
Author: Matthias Fechner <mfechner at FreeBSD.org>
AuthorDate: 2021-04-06 13:23:02 +0000
Commit: Matthias Fechner <mfechner at FreeBSD.org>
CommitDate: 2021-04-06 13:23:51 +0000
Fixed build problem if base SSL is used.
PR: 252098
---
devel/libgit2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile
index 7638003b2e87..372ed57ed862 100644
--- a/devel/libgit2/Makefile
+++ b/devel/libgit2/Makefile
@@ -37,7 +37,7 @@ THREADS_CMAKE_BOOL= THREADSAFE
.if ${SSL_DEFAULT} == base
post-patch:
@${REINPLACE_CMD} -e "/LIBGIT2_PC_REQUIRES.*openssl/ d" \
- ${WRKSRC}/cmake/Modules/SelectHTTPSBackend.cmake
+ ${WRKSRC}/cmake/SelectHTTPSBackend.cmake
.endif
do-test:
More information about the dev-commits-ports-all
mailing list