Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 May 2023 07:42:46 GMT
From:      Yasuhiro Kimura <yasu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e8f19c7fd7fc - main - devel/magit: Fix build
Message-ID:  <202305130742.34D7gkth044040@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu:

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

commit e8f19c7fd7fc44b7cba7d6494b58eab694239a9b
Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2023-05-13 07:09:47 +0000
Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2023-05-13 07:41:48 +0000

    devel/magit: Fix build
    
    Fix build after recent update of devel/transient and
    editors/with-editor.
---
 devel/magit/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/magit/Makefile b/devel/magit/Makefile
index 173b7bb132b2..2966c9f7af45 100644
--- a/devel/magit/Makefile
+++ b/devel/magit/Makefile
@@ -26,7 +26,7 @@ MAKE_ENV+=	docdir=${DOCSDIR} \
 		infodir=${PREFIX}/${INFO_PATH} \
 		INSTALL_INFO=install-info \
 		lispdir=${PREFIX}/${ELISPDIR} \
-		LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/ghub" \
+		LOAD_PATH="-L ${WRKSRC}/lisp -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR} -L ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/compat" \
 		VERSION=${PORTVERSION}
 # Parallel build fails if Emacs is built with native compilation enabled
 MAKE_JOBS_UNSAFE=	yes



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