guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: boost: Move conditional configure fix for the Hurd inline.


From: guix-commits
Subject: 03/05: gnu: boost: Move conditional configure fix for the Hurd inline.
Date: Mon, 26 Oct 2020 10:40:44 -0400 (EDT)

janneke pushed a commit to branch core-updates
in repository guix.

commit 061ffcf2ad98f82816e1bde568d0bcd4fb73eae0
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Oct 26 13:49:08 2020 +0100

    gnu: boost: Move conditional configure fix for the Hurd inline.
    
    * gnu/packages/boost.scm (boost)[arguments]: Inline configure substitution 
for
    the Hurd.
---
 gnu/packages/boost.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index 709b10f..fcadc03 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -134,13 +134,9 @@
                      '())
 
                ;; Change an #ifdef __MACH__ that really targets macOS.
-               ;; TODO: Inline this on the next rebuild cycle.
-               ,@(if (hurd-target?)
-                     '((substitute* "boost/test/utils/timer.hpp"
-                         (("defined\\(__MACH__\\)")
-                          "(defined __MACH__ && !defined __GNU__)"))
-                       #t)
-                     '())
+               (substitute* "boost/test/utils/timer.hpp"
+                 (("defined\\(__MACH__\\)")
+                  "(defined __MACH__ && !defined __GNU__)"))
 
                (invoke "./bootstrap.sh"
                        (string-append "--prefix=" out)



reply via email to

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