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:
parent
4995a40478
commit
4cf57c3c8d
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue