summaryrefslogtreecommitdiff
path: root/graphics/xpaint/files/patch-readWritePNG.c
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-07-16 03:31:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-07-16 03:31:49 +0000
commitf174df32f7ea1a9eea3375e2bf2b55c7942cc114 (patch)
tree265d47e4d64960488e0dfce973b59de69b4548cd /graphics/xpaint/files/patch-readWritePNG.c
parentUpdate the installation path for the new version 3.5.2 of java/eclipse. (diff)
- Update to 2.8.1.4
PR: 148560 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=257836
Diffstat (limited to 'graphics/xpaint/files/patch-readWritePNG.c')
-rw-r--r--graphics/xpaint/files/patch-readWritePNG.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/xpaint/files/patch-readWritePNG.c b/graphics/xpaint/files/patch-readWritePNG.c
deleted file mode 100644
index 5f1c875f991c..000000000000
--- a/graphics/xpaint/files/patch-readWritePNG.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- rw/readWritePNG.c.orig 2005-03-20 21:15:34.000000000 +0100
-+++ rw/readWritePNG.c 2010-03-29 16:48:36.000000000 +0200
-@@ -51,7 +51,7 @@
- fread(header, 1, 8, fp);
- fclose(fp);
-
-- return png_check_sig( (unsigned char*) header, 8);
-+ return !png_sig_cmp( (unsigned char*) header, 0, 8);
- }
-
-