- fix build for png-1.4.1

This commit is contained in:
Dirk Meyer 2010-03-30 08:24:05 +00:00
parent a48d5f5093
commit 0034accc1c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251797

View File

@ -0,0 +1,11 @@
--- uppsrc/plugin/png/pngupp.cpp.orig 2008-07-28 23:01:14.000000000 +0200
+++ uppsrc/plugin/png/pngupp.cpp 2010-03-30 09:55:38.000000000 +0200
@@ -427,7 +427,7 @@
// text_ptr[0].text = "Mona Lisa";
// text_ptr[0].compression = PNG_TEXT_COMPRESSION_NONE;
#ifdef PNG_iTXt_SUPPORTED
- text_ptr[0].lang = NULL;
+// text_ptr[0].lang = NULL;
#endif
// png_set_text(png_ptr, info_ptr, text_ptr, 1);