all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob debc74e01c046b5d0a2c98c692e89fffd763107f 877 bytes (raw)
name: gnu/packages/patches/mediastreamer-msfactory.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
From de3a24b795d7a78e78eab6b974e7ec5abf2259ac Mon Sep 17 00:00:00 2001
From: Simon Morlat <simon.morlat@linphone.org>
Date: Mon, 14 Aug 2017 11:18:16 +0200
Subject: [PATCH] allow MS2_GIT_VERSION to be undefined, as it will be the case
 when building rpms.

---
 src/base/msfactory.c | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/base/msfactory.c b/src/base/msfactory.c
index 6562d86c..f61c68a8 100644
--- a/src/base/msfactory.c
+++ b/src/base/msfactory.c
@@ -24,9 +24,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 #   ifndef MEDIASTREAMER_VERSION
 #   define MEDIASTREAMER_VERSION "unknown"
 #   endif
-#	ifndef MS2_GIT_VERSION
-#	define MS2_GIT_VERSION "unknown"
-#	endif
+#endif
+
+#ifndef MS2_GIT_VERSION
+#define MS2_GIT_VERSION "unknown"
 #endif
 
 #include "mediastreamer2/msfilter.h"
-- 
2.21.0


debug log:

solving debc74e01c ...
found debc74e01c in https://yhetil.org/guix/8d37c9308eddb3c687689ed614c86386@disroot.org/

applying [1/1] https://yhetil.org/guix/8d37c9308eddb3c687689ed614c86386@disroot.org/
diff --git a/gnu/packages/patches/mediastreamer-msfactory.patch b/gnu/packages/patches/mediastreamer-msfactory.patch
new file mode 100644
index 0000000000..debc74e01c

1:33: trailing whitespace.
 
1:35: trailing whitespace.
-- 
Checking patch gnu/packages/patches/mediastreamer-msfactory.patch...
1:37: new blank line at EOF.
+
Applied patch gnu/packages/patches/mediastreamer-msfactory.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 debc74e01c046b5d0a2c98c692e89fffd763107f	gnu/packages/patches/mediastreamer-msfactory.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.