all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 473750bc3ca849b6aea72c12934139ed7c00edc8 599 bytes (raw)
name: gnu/packages/patches/libofa-6.diff 	 # 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
 
From: Martin Michlmayr <tbm@cyrius.com>
Subject: FTBFS with GCC 4.4: missing #include
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504902
Forwarded: no
---
 examples/example.cpp |    1 +
 1 file changed, 1 insertion(+)

Index: libofa-0.9.3/examples/example.cpp
===================================================================
--- libofa-0.9.3.orig/examples/example.cpp
+++ libofa-0.9.3/examples/example.cpp
@@ -8,6 +8,7 @@
 -------------------------------------------------------------------*/
 
 #include "protocol.h"
+#include <cstdio>
 #include <cctype>
 #include <string.h>
 

debug log:

solving 473750bc3c ...
found 473750bc3c in https://yhetil.org/guix/b8c0ab3a-857f-c4f0-f614-936e9ffd1e28@disroot.org/

applying [1/1] https://yhetil.org/guix/b8c0ab3a-857f-c4f0-f614-936e9ffd1e28@disroot.org/
diff --git a/gnu/packages/patches/libofa-6.diff b/gnu/packages/patches/libofa-6.diff
new file mode 100644
index 0000000000..473750bc3c

1:21: trailing whitespace.
 
1:26: trailing whitespace.
 
Checking patch gnu/packages/patches/libofa-6.diff...
1:26: new blank line at EOF.
+
Applied patch gnu/packages/patches/libofa-6.diff cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 473750bc3ca849b6aea72c12934139ed7c00edc8	gnu/packages/patches/libofa-6.diff

(*) 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.