summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2010-12-28 03:20:41 +0000
committerSteve Arnold <nerdboy@gentoo.org>2010-12-28 03:20:41 +0000
commit3d14e6f5b3e75f269b77abba210c2a04066e8639 (patch)
tree51207e47570668e3243ad3bb6846d4376272c89b /sci-libs/libbufr/files
parentMarking buildbot-slave-0.8.2 ppc64 for bug 349143 (diff)
downloadgentoo-2-3d14e6f5b3e75f269b77abba210c2a04066e8639.tar.gz
gentoo-2-3d14e6f5b3e75f269b77abba210c2a04066e8639.tar.bz2
gentoo-2-3d14e6f5b3e75f269b77abba210c2a04066e8639.zip
Updated with some minor QA fixes for bug 349458.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libbufr/files')
-rw-r--r--sci-libs/libbufr/files/libbufr-000360-gcc-includes.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sci-libs/libbufr/files/libbufr-000360-gcc-includes.patch b/sci-libs/libbufr/files/libbufr-000360-gcc-includes.patch
new file mode 100644
index 000000000000..8b0ac1ce9a65
--- /dev/null
+++ b/sci-libs/libbufr/files/libbufr-000360-gcc-includes.patch
@@ -0,0 +1,15 @@
+--- examples/bufr_decode.c.orig 2008-09-17 03:02:39.000000000 -0700
++++ examples/bufr_decode.c 2010-12-27 19:03:57.000000000 -0800
+@@ -7,9 +7,9 @@
+ * See LICENSE and gpl-3.0.txt for details.
+ */
+
+-#include "stdio.h"
+-#include "stdlib.h"
+-
++#include <stdio.h>
++#include <stdlib.h>
++#include <string.h>
+
+
+ int main(int argc, char *argv[])