diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:39:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-23 23:39:53 +0000 |
commit | de40ad94ae9a5a473553e7333d19bcff334564e3 (patch) | |
tree | 7b4603be91bca96da5b68bad7602b997dcfcb05e /emulators/zsnes/files/patch-zpng.c | |
parent | remove useless patch (diff) |
Properly patch for png 1.5
Diffstat (limited to 'emulators/zsnes/files/patch-zpng.c')
-rw-r--r-- | emulators/zsnes/files/patch-zpng.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/zsnes/files/patch-zpng.c b/emulators/zsnes/files/patch-zpng.c deleted file mode 100644 index 11fe1536d4f4..000000000000 --- a/emulators/zsnes/files/patch-zpng.c +++ /dev/null @@ -1,10 +0,0 @@ ---- zip/zpng.c.orig 2007-01-16 00:06:29.000000000 +0100 -+++ zip/zpng.c 2012-05-06 16:01:13.000000000 +0200 -@@ -21,6 +21,7 @@ - - #ifndef NO_PNG - #include <png.h> -+#include <pngpriv.h> - #endif - - #ifdef __UNIXSDL__ |