summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/patches/libpng-1.2.20-vxworks.patch
diff options
context:
space:
mode:
authoraavit <qt-info@nokia.com>2010-03-02 13:38:39 (GMT)
committeraavit <qt-info@nokia.com>2010-03-03 11:39:35 (GMT)
commit4a5eaccce02dbabfd81e8809d453fc268cdba644 (patch)
treea597439b289ada5b970719f37c85a037742402f6 /src/3rdparty/patches/libpng-1.2.20-vxworks.patch
parent388bd11da343f5e7bc9928bc1151de18bc01fe7f (diff)
downloadQt-4a5eaccce02dbabfd81e8809d453fc268cdba644.zip
Qt-4a5eaccce02dbabfd81e8809d453fc268cdba644.tar.gz
Qt-4a5eaccce02dbabfd81e8809d453fc268cdba644.tar.bz2
Some cleanup of outdated src/3rdparty stuff
Reviewed-by: trustme
Diffstat (limited to 'src/3rdparty/patches/libpng-1.2.20-vxworks.patch')
-rw-r--r--src/3rdparty/patches/libpng-1.2.20-vxworks.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/3rdparty/patches/libpng-1.2.20-vxworks.patch b/src/3rdparty/patches/libpng-1.2.20-vxworks.patch
deleted file mode 100644
index 4c49b3f..0000000
--- a/src/3rdparty/patches/libpng-1.2.20-vxworks.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git pngconf.h pngconf.h
-index 19e4732..8eb7d35 100644
---- pngconf.h
-+++ pngconf.h
-@@ -344,7 +344,7 @@
- # endif /* __linux__ */
- #endif /* PNG_SETJMP_SUPPORTED */
-
--#ifdef BSD
-+#if defined(BSD) && !defined(VXWORKS)
- # include <strings.h>
- #else
- # include <string.h>