diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-30 16:24:05 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-30 16:24:05 +0800 |
commit | 0a8b70781587a6edbd1d16118b2abe5b9854ca73 (patch) | |
tree | 73af374d33790cff2cb9176519690af3cd960163 /devel/upp | |
parent | 0bde6fd3c71067bd9b7f74fb1e889b967ee68b24 (diff) | |
download | freebsd-ports-gnome-0a8b70781587a6edbd1d16118b2abe5b9854ca73.tar.gz freebsd-ports-gnome-0a8b70781587a6edbd1d16118b2abe5b9854ca73.tar.zst freebsd-ports-gnome-0a8b70781587a6edbd1d16118b2abe5b9854ca73.zip |
- fix build for png-1.4.1
Diffstat (limited to 'devel/upp')
-rw-r--r-- | devel/upp/files/patch-pngupp.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/upp/files/patch-pngupp.cpp b/devel/upp/files/patch-pngupp.cpp new file mode 100644 index 000000000000..36848df0f5a4 --- /dev/null +++ b/devel/upp/files/patch-pngupp.cpp @@ -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); + |