aboutsummaryrefslogtreecommitdiffstats
path: root/devel/upp
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-03-30 16:24:05 +0800
committerdinoex <dinoex@FreeBSD.org>2010-03-30 16:24:05 +0800
commit0a8b70781587a6edbd1d16118b2abe5b9854ca73 (patch)
tree73af374d33790cff2cb9176519690af3cd960163 /devel/upp
parent0bde6fd3c71067bd9b7f74fb1e889b967ee68b24 (diff)
downloadfreebsd-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.cpp11
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);
+