emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55418: closed ([PATCH] gnu: emacs-dash: Fix build with emacs28.)


From: GNU bug Tracking System
Subject: bug#55418: closed ([PATCH] gnu: emacs-dash: Fix build with emacs28.)
Date: Sat, 14 May 2022 23:39:01 +0000

Your message dated Sun, 15 May 2022 01:38:01 +0200
with message-id <1e6b422d54468fcf7550023f7d6247babc0f6217.camel@gmail.com>
and subject line Re: [PATCH] gnu: emacs-dash: Fix build with emacs28.
has caused the debbugs.gnu.org bug report #55418,
regarding [PATCH] gnu: emacs-dash: Fix build with emacs28.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55418: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55418
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-dash: Fix build with emacs28. Date: Sat, 14 May 2022 23:39:57 +0200
* gnu/packages/emacs-xyz.scm (emacs-dash)[phase]:
Add phase 'disable-byte-compile-error-on-warn.
---
 gnu/packages/emacs-xyz.scm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c18505a681..928ca1c120 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3677,7 +3677,14 @@ (define-public emacs-dash
                (base32
                 "0z6f8y1m9amhg427iz1d4xcyr6n0kj5w7kmiz134p320ixsdnzd8"))))
     (build-system emacs-build-system)
-    (arguments `(#:tests? #t))
+    (arguments `(#:tests? #t
+                 #:phases
+                 (modify-phases %standard-phases
+                   (add-after 'unpack 'disable-byte-compile-error-on-warn
+                     (lambda _
+                       (substitute* "Makefile"
+                         (("\\(setq byte-compile-error-on-warn t\\)")
+                          "(setq byte-compile-error-on-warn nil)")))))))
     (home-page "https://github.com/magnars/dash.el";)
     (synopsis "Modern list library for Emacs")
     (description "This package provides a modern list API library for Emacs.")
-- 
2.36.0




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] gnu: emacs-dash: Fix build with emacs28. Date: Sun, 15 May 2022 01:38:01 +0200 User-agent: Evolution 3.42.1
Am Samstag, dem 14.05.2022 um 23:39 +0200 schrieb Michael Rohleder:
> * gnu/packages/emacs-xyz.scm (emacs-dash)[phase]:
> Add phase 'disable-byte-compile-error-on-warn.
> ---
Applied with a small fix in the commit message.

Thanks


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]