summaryrefslogtreecommitdiff
path: root/net-libs/libhubbub/files/libhubbub-0.3.6-json-c.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libhubbub/files/libhubbub-0.3.6-json-c.patch')
-rw-r--r--net-libs/libhubbub/files/libhubbub-0.3.6-json-c.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-libs/libhubbub/files/libhubbub-0.3.6-json-c.patch b/net-libs/libhubbub/files/libhubbub-0.3.6-json-c.patch
deleted file mode 100644
index 4373666c8ee4..000000000000
--- a/net-libs/libhubbub/files/libhubbub-0.3.6-json-c.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-https://git.netsurf-browser.org/libhubbub.git/commit/?id=c0c4d702b5560c0590d73af4ea055514cab38e4f
-https://bugs.gentoo.org/699746
-https://bugs.gentoo.org/694042
-diff -u -rb libhubbub-0.3.6/test.o/tokeniser2.c libhubbub-0.3.6/test/tokeniser2.c
---- libhubbub-0.3.6/test.o/tokeniser2.c 2019-06-26 22:39:57.000000000 +0200
-+++ libhubbub-0.3.6/test/tokeniser2.c 2019-11-06 13:09:02.321068038 +0200
-@@ -48,7 +48,7 @@
- }
-
- json = json_object_from_file(argv[1]);
-- assert(!is_error(json));
-+ assert(json);
-
- assert(strcmp((char *) ((json_object_get_object(json)->head)->k),
- "tests") == 0);
-diff -u -rb libhubbub-0.3.6/test.o/tokeniser3.c libhubbub-0.3.6/test/tokeniser3.c
---- libhubbub-0.3.6/test.o/tokeniser3.c 2019-06-26 22:39:57.000000000 +0200
-+++ libhubbub-0.3.6/test/tokeniser3.c 2019-11-06 13:13:03.162538564 +0200
-@@ -46,7 +46,7 @@
- }
-
- json = json_object_from_file(argv[1]);
-- assert(!is_error(json));
-+ assert(json);
-
- assert(strcmp((char *) ((json_object_get_object(json)->head)->k),
- "tests") == 0);