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 @@ also comes with a built-in image and sound editor.")
|
||||||
;; SDL header files are referenced without the preceeding "SDL/".
|
;; SDL header files are referenced without the preceeding "SDL/".
|
||||||
(list (string-append "CFLAGS=-I"
|
(list (string-append "CFLAGS=-I"
|
||||||
(assoc-ref %build-inputs "sdl-union")
|
(assoc-ref %build-inputs "sdl-union")
|
||||||
"/include/SDL")
|
"/include/SDL"
|
||||||
|
" -fcommon")
|
||||||
(string-append "prefix="
|
(string-append "prefix="
|
||||||
(assoc-ref %outputs "out")))
|
(assoc-ref %outputs "out")))
|
||||||
#:tests? #f)) ; no check target
|
#:tests? #f)) ; no check target
|
||||||
|
|
Reference in a new issue