gnu: gsm: Add a newline to the fPIC option substitute replacement.
* gnu/packages/audio.scm (gsm): Add a trailing newline to the replacement text. This makes it more robust in the face of future changes.
This commit is contained in:
parent
fe6ccb8552
commit
b6b07568c8
@ -3405,7 +3405,7 @@ code, used in @code{libtoxcore}.")
|
||||
;; mediastreamer.
|
||||
(substitute* "Makefile"
|
||||
(("^CCFLAGS.*" all)
|
||||
(string-append all "CCFLAGS += -fPIC")))
|
||||
(string-append all "CCFLAGS += -fPIC\n")))
|
||||
#t))
|
||||
(add-before 'install 'pre-install
|
||||
(lambda _
|
||||
|
Loading…
Reference in New Issue
Block a user