summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/patches/libtiff-3.8.2-vxworks.patch
blob: b1b725e26d561c0ea1e663c91fe6189fb5429bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
--- libtiff/tif_config.h.orig
+++ libtiff/tif_config.h
@@ -104,7 +104,7 @@
 /* #undef HAVE_PTHREAD */
 
 /* Define to 1 if you have the <search.h> header file. */
-#if !defined(Q_OS_WINCE)
+#if !defined(Q_OS_WINCE) && !defined(Q_OS_VXWORKS)
 #define HAVE_SEARCH_H 1
 #endif