mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: bristol: Pass -fcommon.
* gnu/packages/music.scm (bristol)[arguments]: Add build phase 'add-fcommon.
This commit is contained in:
parent
e03c7c32ed
commit
6f66df9153
1 changed files with 4 additions and 0 deletions
|
@ -2613,6 +2613,10 @@ (define-public bristol
|
|||
(string-prefix? "i686" system)))
|
||||
(substitute* "bristol/Makefile.in"
|
||||
(("-msse -mfpmath=sse") "")))))
|
||||
;; This is needed to build brighton
|
||||
(add-after 'unpack 'add-fcommon
|
||||
(lambda _
|
||||
(setenv "CFLAGS" "-fcommon")))
|
||||
;; alsa-lib 1.1.x no longer provides iatomic.h. That's okay because
|
||||
;; bristol actually doesn't use it.
|
||||
(add-after 'unpack 'do-not-use-alsa-iatomic
|
||||
|
|
Loading…
Reference in a new issue