Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 2021 13:23:56 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d2b6fcea3607 - main - Fixed build problem if base SSL is used. PR:		252098
Message-ID:  <202104061323.136DNuxO015053@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d2b6fcea360725134934932b339045bbdc0bc2ae

commit d2b6fcea360725134934932b339045bbdc0bc2ae
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2021-04-06 13:23:02 +0000
Commit:     Matthias Fechner <mfechner@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:


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104061323.136DNuxO015053>