mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:51:47 +08:00
81d3b2cc6a
* fix pixman error message about Unknown thread local support * fixes for building cairo on macOS * corrected appending files to sources * [cairo][pixman] Bump package versions to include source code changes
14 lines
292 B
Diff
14 lines
292 B
Diff
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
|
|
index 3b308757..36700ff0 100644
|
|
--- a/src/cairo-ft-font.c
|
|
+++ b/src/cairo-ft-font.c
|
|
@@ -67,7 +67,7 @@
|
|
#include FT_LCD_FILTER_H
|
|
#endif
|
|
|
|
-#if HAVE_UNISTD_H
|
|
+#if defined(HAVE_UNISTD_H)
|
|
#include <unistd.h>
|
|
#else
|
|
#define access(p, m) 0
|