gnu: tuxguitar: Set missing GCJFLAGS.
* gnu/packages/music.scm (tuxguitar)[arguments]: Set compiler flags "-fsource=1.4" and "-fPIC".
This commit is contained in:
parent
5f1c949866
commit
6da2e99e2e
|
@ -707,6 +707,8 @@ is subjective.")
|
|||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(chdir "TuxGuitar")
|
||||
(substitute* "GNUmakefile"
|
||||
(("GCJFLAGS\\+=(.*)" _ rest)
|
||||
(string-append "GCJFLAGS=-fsource=1.4 -fPIC " rest))
|
||||
(("PROPERTIES\\?=")
|
||||
(string-append "PROPERTIES?= -Dswt.library.path="
|
||||
(assoc-ref inputs "swt") "/lib"))
|
||||
|
|
Loading…
Reference in New Issue