summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33/files/patch-tools-qvfb-qanimationwriter.cpp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-01 05:26:28 +0000
commit2b74a89bc8342f0b9b737c37d87737caf7b0ea1e (patch)
treec04604583d8be53b3ed7f10975be828c731f87cb /x11-toolkits/qt33/files/patch-tools-qvfb-qanimationwriter.cpp
parent- Allow for larger database UIDs (diff)
- update png to 1.5.10
Notes
Notes: svn path=/head/; revision=297915
Diffstat (limited to '')
-rw-r--r--x11-toolkits/qt33/files/patch-tools-qvfb-qanimationwriter.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/qt33/files/patch-tools-qvfb-qanimationwriter.cpp b/x11-toolkits/qt33/files/patch-tools-qvfb-qanimationwriter.cpp
new file mode 100644
index 000000000000..18993718fbbc
--- /dev/null
+++ b/x11-toolkits/qt33/files/patch-tools-qvfb-qanimationwriter.cpp
@@ -0,0 +1,10 @@
+--- tools/qvfb/qanimationwriter.cpp.orig 2007-01-11 14:39:56.000000000 +0100
++++ tools/qvfb/qanimationwriter.cpp 2012-04-27 11:57:18.000000000 +0200
+@@ -24,6 +24,7 @@
+ #include <qfile.h>
+
+ #include <png.h>
++#include <pngpriv.h>
+ #include <netinet/in.h> // for htonl
+
+ class QAnimationWriterData {