guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: gsm: Add a newline to the fPIC option substi


From: guix-commits
Subject: branch master updated: gnu: gsm: Add a newline to the fPIC option substitute replacement.
Date: Sun, 05 Apr 2020 23:00:29 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b6b0756  gnu: gsm: Add a newline to the fPIC option substitute 
replacement.
b6b0756 is described below

commit b6b07568c8afea8a1a7fb0fdbe3d8a57e6c7148a
Author: Maxim Cournoyer <address@hidden>
AuthorDate: Sun Apr 5 22:55:31 2020 -0400

    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 2f25668..e602b00 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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]