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:
Maxim Cournoyer 2020-04-05 22:55:31 -04:00
parent fe6ccb8552
commit b6b07568c8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3405,7 +3405,7 @@ (define-public gsm
;; mediastreamer.
(substitute* "Makefile"
(("^CCFLAGS.*" all)
(string-append all "CCFLAGS += -fPIC")))
(string-append all "CCFLAGS += -fPIC\n")))
#t))
(add-before 'install 'pre-install
(lambda _