mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: grafx2: Build with '-fcommon'.
* gnu/packages/game-development.scm (grafx2)[arguments]: Add '-fcommon' to #:make-flags.
This commit is contained in:
parent
c34bb6b310
commit
83010a08bc
1 changed files with 2 additions and 1 deletions
|
@ -1625,7 +1625,8 @@ (define-public grafx2
|
|||
;; SDL header files are referenced without the preceeding "SDL/".
|
||||
(list (string-append "CFLAGS=-I"
|
||||
(assoc-ref %build-inputs "sdl-union")
|
||||
"/include/SDL")
|
||||
"/include/SDL"
|
||||
" -fcommon")
|
||||
(string-append "prefix="
|
||||
(assoc-ref %outputs "out")))
|
||||
#:tests? #f)) ; no check target
|
||||
|
|
Loading…
Reference in a new issue