From b6b07568c8afea8a1a7fb0fdbe3d8a57e6c7148a Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Sun, 5 Apr 2020 22:55:31 -0400 Subject: 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. --- gnu/packages/audio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 2f25668f26..e602b002f2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -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 _ -- cgit v1.2.3