summaryrefslogtreecommitdiff
path: root/www/chromium-uc/patches/patch-third_party_fontconfig_include_config_h
diff options
context:
space:
mode:
Diffstat (limited to 'www/chromium-uc/patches/patch-third_party_fontconfig_include_config_h')
-rw-r--r--www/chromium-uc/patches/patch-third_party_fontconfig_include_config_h92
1 files changed, 0 insertions, 92 deletions
diff --git a/www/chromium-uc/patches/patch-third_party_fontconfig_include_config_h b/www/chromium-uc/patches/patch-third_party_fontconfig_include_config_h
deleted file mode 100644
index e6eb7f9..0000000
--- a/www/chromium-uc/patches/patch-third_party_fontconfig_include_config_h
+++ /dev/null
@@ -1,92 +0,0 @@
1$OpenBSD: patch-third_party_fontconfig_include_config_h,v 1.3 2018/09/12 17:08:22 robert Exp $
2
3Index: third_party/fontconfig/include/config.h
4--- third_party/fontconfig/include/config.h.orig
5+++ third_party/fontconfig/include/config.h
6@@ -18,13 +18,13 @@
7 #define ENABLE_NLS 1
8
9 /* Additional font directories */
10-#define FC_ADD_FONTS "yes"
11+#define FC_ADD_FONTS "/usr/local/share/fonts"
12
13 /* Architecture prefix to use for cache file names */
14 /* #undef FC_ARCHITECTURE */
15
16 /* System font directory */
17-#define FC_DEFAULT_FONTS "/usr/share/fonts"
18+#define FC_DEFAULT_FONTS "/usr/X11R6/lib/X11/fonts"
19
20 /* The type of len parameter of the gperf hash/lookup function */
21 #define FC_GPERF_SIZE_T size_t
22@@ -100,7 +100,7 @@
23 #define HAVE_GETPAGESIZE 1
24
25 /* Define to 1 if you have the `getprogname' function. */
26-/* #undef HAVE_GETPROGNAME */
27+#define HAVE_GETPROGNAME 1
28
29 /* Define if the GNU gettext() function is already present or preinstalled. */
30 #define HAVE_GETTEXT 1
31@@ -142,7 +142,7 @@
32 /* #undef HAVE_NDIR_H */
33
34 /* Define to 1 if you have the 'posix_fadvise' function. */
35-#define HAVE_POSIX_FADVISE 1
36+#define HAVE_POSIX_FADVISE 0
37
38 /* Have POSIX threads */
39 #define HAVE_PTHREAD 1
40@@ -157,11 +157,14 @@
41 #define HAVE_RANDOM 1
42
43 /* Define to 1 if you have the `random_r' function. */
44-#define HAVE_RANDOM_R 1
45+/* #undef HAVE_RANDOM_R */
46
47 /* Define to 1 if you have the `rand_r' function. */
48 #define HAVE_RAND_R 1
49
50+/* Define to 1 if you have the `arc4_random' function. */
51+#define HAVE_ARC4RANDOM 1
52+
53 /* Define to 1 if you have the `readlink' function. */
54 #define HAVE_READLINK 1
55
56@@ -199,7 +202,7 @@
57 #define HAVE_STRUCT_STATFS_F_FLAGS 1
58
59 /* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
60-/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
61+#define HAVE_STRUCT_STATFS_F_FSTYPENAME 1
62
63 /* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
64 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
65@@ -225,7 +228,7 @@
66 #define HAVE_SYS_PARAM_H 1
67
68 /* Define to 1 if you have the <sys/statfs.h> header file. */
69-#define HAVE_SYS_STATFS_H 1
70+/* #undef HAVE_SYS_STATFS_H */
71
72 /* Define to 1 if you have the <sys/statvfs.h> header file. */
73 #define HAVE_SYS_STATVFS_H 1
74@@ -237,7 +240,7 @@
75 #define HAVE_SYS_TYPES_H 1
76
77 /* Define to 1 if you have the <sys/vfs.h> header file. */
78-#define HAVE_SYS_VFS_H 1
79+/* #undef HAVE_SYS_VFS_H */
80
81 /* Define to 1 if you have the <unistd.h> header file. */
82 #define HAVE_UNISTD_H 1
83@@ -257,7 +260,8 @@
84 /* Define to 1 if you have the `_mktemp_s' function. */
85 /* #undef HAVE__MKTEMP_S */
86
87-/* Define to the sub-directory where libtool stores uninstalled libraries. */
88+/* Define to the sub-directory in which libtool stores uninstalled libraries.
89+ */
90 #define LT_OBJDIR ".libs/"
91
92 /* Name of package */