mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05: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 @@ (define-public xscreensaver
|
|||
#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