3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xscreensaver: Remove CFLAG for old gcc versions.

* gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Do what the
comment tells us.
This commit is contained in:
Tobias Geerinckx-Rice 2019-07-10 23:48:41 +02:00
parent 4995a40478
commit 4cf57c3c8d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1084,9 +1084,7 @@ color temperature should be set to match the lamps in your room.")
#t)))
#:configure-flags '("--with-pam" "--with-proc-interrupts"
"--without-readdisplay")
;; FIXME: Remove CFLAGS once our default compiler is GCC6 or later.
#:make-flags (list "CFLAGS=-std=c99"
(string-append "AD_DIR="
#:make-flags (list (string-append "AD_DIR="
(assoc-ref %outputs "out")
"/usr/lib/X11/app-defaults"))))
(native-inputs