summaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2016-07-29 16:17:35 -0400
committerMark H Weaver <mhw@netris.org>2016-07-29 16:17:35 -0400
commit31c995f8afbb3dc2913c9bfb17ea8de68cf804cb (patch)
tree37ebf2aae7ea46c0407ec47943234e4b21563948 /gnu/packages/patches
parentce290354ec4e97003be5f56042e55b36831818c1 (diff)
Revert "gnu: gd: Add fix for gd2_read test."
This reverts commit ce290354ec4e97003be5f56042e55b36831818c1.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/gd-fix-gd2-read-test.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/patches/gd-fix-gd2-read-test.patch b/gnu/packages/patches/gd-fix-gd2-read-test.patch
deleted file mode 100644
index 65f39e4426..0000000000
--- a/gnu/packages/patches/gd-fix-gd2-read-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Fix a 'maybe-uninitialized' warning (turned error)
-which occurs on non-Intel platforms.
-
---- libgd-2.2.3/tests/gd2/gd2_read.c 2016-07-21 01:21:16.000000000 -0400
-+++ libgd-2.2.3/tests/gd2/gd2_read.c 2016-07-29 15:52:03.806405312 -0400
-@@ -5,7 +5,7 @@
-
- int main(int argc, char *argv[])
- {
-- int error, i = 0;
-+ int error = 0, i = 0;
- gdImagePtr im, exp;
- FILE *fp;
- char *path[] = {