mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
PR: 254685 Reported by: Sean Champ <lab+bsd@thinkum.space> Approved by: Yasuhiro Kimura <yasu@utahime.org> (maintainer)
11 lines
472 B
EmacsLisp
11 lines
472 B
EmacsLisp
--- libgit.el.orig 2020-05-15 17:59:08.000000000 +0000
|
|
+++ libgit.el 2021-04-01 04:02:35.637193000 +0000
|
|
@@ -41,7 +41,7 @@
|
|
"Directory where the libegit2 dynamic module file should be built.")
|
|
|
|
(defvar libgit--module-file
|
|
- (expand-file-name (concat "libegit2" module-file-suffix) libgit--build-dir)
|
|
+ (expand-file-name (concat "libegit2" module-file-suffix) "%%LIBEGIT2_INSTALL_DIR%%")
|
|
"Path to the libegit2 dynamic module file.")
|
|
|
|
(defun libgit--configure ()
|