aboutsummaryrefslogtreecommitdiff
path: root/devel/upp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-03-30 08:24:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-03-30 08:24:05 +0000
commit0034accc1cf90c3cfd6cdef24b5cf903ff8ddca6 (patch)
tree2fabdf5dcd780040d71233caaf610e447fb78ea9 /devel/upp
parenta48d5f5093731197ee51062a1ae73a642c7a960c (diff)
downloadports-0034accc1cf90c3cfd6cdef24b5cf903ff8ddca6.tar.gz
ports-0034accc1cf90c3cfd6cdef24b5cf903ff8ddca6.zip
Notes
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);
+