FreeBSD Bugzilla – Attachment 223737 Details for
Bug 254685
devel/libegit2: libgit module install directory does not match Emacs version, when using emacs-devel (Patch Attached)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch devel/libegit2 for libgit install dir
ports-patch-libegit2-install-dir.diff (text/plain), 877 bytes, created by
Sean Champ
on 2021-04-01 04:22:14 UTC
(
hide
)
Description:
Patch devel/libegit2 for libgit install dir
Filename:
MIME Type:
Creator:
Sean Champ
Created:
2021-04-01 04:22:14 UTC
Size:
877 bytes
patch
obsolete
>diff --git a/devel/libegit2/files/patch-libgit.el b/devel/libegit2/files/patch-libgit.el >index c325531c1e3c..4f272799f782 100644 >--- a/devel/libegit2/files/patch-libgit.el >+++ b/devel/libegit2/files/patch-libgit.el >@@ -1,11 +1,11 @@ >---- libgit.el.orig 2020-05-15 17:59:08 UTC >-+++ libgit.el >+--- 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) "/usr/local/share/emacs/27.1/site-lisp") >++ (expand-file-name (concat "libegit2" module-file-suffix) "%%LIBEGIT2_INSTALL_DIR%%") > "Path to the libegit2 dynamic module file.") > > (defun libgit--configure ()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254685
: 223737 |
223753