diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-06-01 05:26:28 +0000 |
commit | 2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch) | |
tree | c04604583d8be53b3ed7f10975be828c731f87cb /print/ghostscript8/files/patch-base-png_.h | |
parent | - Allow for larger database UIDs (diff) |
- update png to 1.5.10
Diffstat (limited to 'print/ghostscript8/files/patch-base-png_.h')
-rw-r--r-- | print/ghostscript8/files/patch-base-png_.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-base-png_.h b/print/ghostscript8/files/patch-base-png_.h new file mode 100644 index 000000000000..f41e1f171439 --- /dev/null +++ b/print/ghostscript8/files/patch-base-png_.h @@ -0,0 +1,9 @@ +--- base/png_.h.orig 2007-06-06 00:23:38.000000000 +0200 ++++ base/png_.h 2012-04-27 19:31:55.000000000 +0200 +@@ -22,5 +22,6 @@ + #else + #include "png.h" + #endif ++#include "pngpriv.h" + + #endif /* png__INCLUDED */ |