aboutsummaryrefslogtreecommitdiff
path: root/www/deforaos-surfer/files/patch-src_ghtml-webkit.c
diff options
context:
space:
mode:
Diffstat (limited to 'www/deforaos-surfer/files/patch-src_ghtml-webkit.c')
-rw-r--r--www/deforaos-surfer/files/patch-src_ghtml-webkit.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/deforaos-surfer/files/patch-src_ghtml-webkit.c b/www/deforaos-surfer/files/patch-src_ghtml-webkit.c
deleted file mode 100644
index 487b19034bd8..000000000000
--- a/www/deforaos-surfer/files/patch-src_ghtml-webkit.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- src/ghtml-webkit.c.orig 2016-02-07 03:44:23 UTC
-+++ src/ghtml-webkit.c
-@@ -20,6 +20,9 @@
- #include <string.h>
- #include <errno.h>
- #include <netdb.h>
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <libintl.h>
- #include <webkit/webkit.h>
-@@ -205,7 +208,7 @@ static void _new_init(GHtml * ghtml)
- {
- "/etc/pki/tls/certs/ca-bundle.crt",
- "/etc/ssl/certs/ca-certificates.crt",
-- "/etc/openssl/certs/ca-certificates.crt",
-+ "/etc/ssl/cert.pem",
- PREFIX "/etc/ssl/certs/ca-certificates.crt",
- PREFIX "/etc/openssl/certs/ca-certificates.crt"
- };