guix-commits
[Top][All Lists]
Advanced

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

07/23: gnu: xscreensaver: Update to 5.42.


From: guix-commits
Subject: 07/23: gnu: xscreensaver: Update to 5.42.
Date: Sat, 12 Jan 2019 19:32:54 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2bb187c4844c248c66472eacef0570bc7c92e1fe
Author: Marius Bakke <address@hidden>
Date:   Thu Jan 3 00:43:04 2019 +0100

    gnu: xscreensaver: Update to 5.42.
    
    * gnu/packages/xdisorg.scm (xscreensaver): Update to 5.42.
    [arguments]: Add "CFLAGS=-std=c99" to #:make-flags.
---
 gnu/packages/xdisorg.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index fdfa151..b64094e 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -992,7 +992,7 @@ color temperature should be set to match the lamps in your 
room.")
 (define-public xscreensaver
   (package
     (name "xscreensaver")
-    (version "5.40")
+    (version "5.42")
     (source
      (origin
        (method url-fetch)
@@ -1001,7 +1001,7 @@ color temperature should be set to match the lamps in 
your room.")
                        version ".tar.gz"))
        (sha256
         (base32
-         "1q2sr7h6ps6d3hk8895g12rrcqiihjl7py1ly077ikv4866r181h"))))
+         "1qfbsnj7201d03vf0b2lzxmlcq4kvkvzp48r5gcgsjr17c1sl7a4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f  ; no check target
@@ -1015,7 +1015,9 @@ color temperature should be set to match the lamps in 
your room.")
              #t)))
        #:configure-flags '("--with-pam" "--with-proc-interrupts"
                            "--without-readdisplay")
-       #:make-flags (list (string-append "AD_DIR="
+       ;; FIXME: Remove CFLAGS once our default compiler is GCC6 or later.
+       #:make-flags (list "CFLAGS=-std=c99"
+                          (string-append "AD_DIR="
                                          (assoc-ref %outputs "out")
                                          "/usr/lib/X11/app-defaults"))))
     (native-inputs



reply via email to

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