mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01: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 @@ Laurens Hammond and Don Leslie.")
|
||||||
(string-prefix? "i686" system)))
|
(string-prefix? "i686" system)))
|
||||||
(substitute* "bristol/Makefile.in"
|
(substitute* "bristol/Makefile.in"
|
||||||
(("-msse -mfpmath=sse") "")))))
|
(("-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
|
;; alsa-lib 1.1.x no longer provides iatomic.h. That's okay because
|
||||||
;; bristol actually doesn't use it.
|
;; bristol actually doesn't use it.
|
||||||
(add-after 'unpack 'do-not-use-alsa-iatomic
|
(add-after 'unpack 'do-not-use-alsa-iatomic
|
||||||
|
|
Loading…
Add table
Reference in a new issue