diff options
author | jakllsch <jakllsch> | 2011-11-15 21:22:12 +0000 |
---|---|---|
committer | jakllsch <jakllsch> | 2011-11-15 21:22:12 +0000 |
commit | 8c2e4fc181d28c8b752e5f0da823e5c3f245d9f5 (patch) | |
tree | 041a2851db88003a1b4e0f39fdcf853d17c73f52 /graphics/darktable | |
parent | ae46f49ee0bf8e6f5e3472a4e9dee730b386c27d (diff) | |
download | pkgsrc-8c2e4fc181d28c8b752e5f0da823e5c3f245d9f5.tar.gz |
remove old patch.
Diffstat (limited to 'graphics/darktable')
-rw-r--r-- | graphics/darktable/patches/patch-src_imageio_format_png.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/darktable/patches/patch-src_imageio_format_png.c b/graphics/darktable/patches/patch-src_imageio_format_png.c deleted file mode 100644 index e79c5869c74..00000000000 --- a/graphics/darktable/patches/patch-src_imageio_format_png.c +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-src_imageio_format_png.c,v 1.2 2011/08/25 14:42:53 jakllsch Exp $ - -Needs a constant from zlib. - ---- src/imageio/format/png.c.orig 2011-08-24 09:20:29.000000000 +0000 -+++ src/imageio/format/png.c -@@ -27,6 +27,7 @@ - #include <stdlib.h> - #include <stdio.h> - #include <png.h> -+#include <zlib.h> - #include <inttypes.h> - - DT_MODULE(1) |