diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-08 22:06:17 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-04 00:35:35 +0200 |
commit | ef4efce897f06e5a77e114839320648ff73866f1 (patch) | |
tree | 21a07c96a9305fb3cf5d3350d76b534586cca67d /Ports/libexpat | |
parent | 27005fe846c95364ce2591a5e00240eb87184667 (diff) | |
download | serenity-ef4efce897f06e5a77e114839320648ff73866f1.zip |
Ports: Remove obsolete patches for libexpat
Diffstat (limited to 'Ports/libexpat')
-rw-r--r-- | Ports/libexpat/patches/fix-visibility.patch | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/Ports/libexpat/patches/fix-visibility.patch b/Ports/libexpat/patches/fix-visibility.patch deleted file mode 100644 index 487e1082a8..0000000000 --- a/Ports/libexpat/patches/fix-visibility.patch +++ /dev/null @@ -1,66 +0,0 @@ -diff -Naur expat-2.2.9/examples/elements.c expat-2.2.9.serenity/examples/elements.c ---- expat-2.2.9/examples/elements.c 2019-09-21 17:23:24.000000000 +0200 -+++ expat-2.2.9.serenity/examples/elements.c 2021-04-11 03:55:14.027401389 +0200 -@@ -70,6 +70,7 @@ - *depthPtr -= 1; - } - -+__attribute__((visibility("default"))) - int - main(int argc, char *argv[]) { - char buf[BUFSIZ]; -diff -Naur expat-2.2.9/examples/outline.c expat-2.2.9.serenity/examples/outline.c ---- expat-2.2.9/examples/outline.c 2019-09-21 17:23:24.000000000 +0200 -+++ expat-2.2.9.serenity/examples/outline.c 2021-04-11 03:55:51.864760235 +0200 -@@ -79,6 +79,7 @@ - Depth--; - } - -+__attribute__((visibility("default"))) - int - main(int argc, char *argv[]) { - XML_Parser p = XML_ParserCreate(NULL); -diff -Naur expat-2.2.9/tests/benchmark/benchmark.c expat-2.2.9.serenity/tests/benchmark/benchmark.c ---- expat-2.2.9/tests/benchmark/benchmark.c 2019-09-21 17:23:24.000000000 +0200 -+++ expat-2.2.9.serenity/tests/benchmark/benchmark.c 2021-04-11 03:57:00.892671995 +0200 -@@ -54,6 +54,7 @@ - exit(rc); - } - -+__attribute__((visibility("default"))) - int - main(int argc, char *argv[]) { - XML_Parser parser; -diff -Naur expat-2.2.9/tests/runtests.c expat-2.2.9.serenity/tests/runtests.c ---- expat-2.2.9/tests/runtests.c 2019-09-26 00:03:02.000000000 +0200 -+++ expat-2.2.9.serenity/tests/runtests.c 2021-04-11 03:56:30.438792094 +0200 -@@ -11566,6 +11566,7 @@ - return s; - } - -+__attribute__((visibility("default"))) - int - main(int argc, char *argv[]) { - int i, nf; -diff -Naur expat-2.2.9/xmlwf/ct.c expat-2.2.9.serenity/xmlwf/ct.c ---- expat-2.2.9/xmlwf/ct.c 2019-09-21 17:23:24.000000000 +0200 -+++ expat-2.2.9.serenity/xmlwf/ct.c 2021-04-11 03:57:26.136455396 +0200 -@@ -164,6 +164,7 @@ - } - } - -+__attribute__((visibility("default"))) - int - main(int argc, char **argv) { - char buf[CHARSET_MAX]; -diff -Naur expat-2.2.9/xmlwf/xmlwf.c expat-2.2.9.serenity/xmlwf/xmlwf.c ---- expat-2.2.9/xmlwf/xmlwf.c 2019-09-21 17:23:24.000000000 +0200 -+++ expat-2.2.9.serenity/xmlwf/xmlwf.c 2021-04-11 03:59:32.375335879 +0200 -@@ -891,6 +891,7 @@ - int wmain(int argc, XML_Char **argv); - #endif - -+__attribute__((visibility("default"))) - int - tmain(int argc, XML_Char **argv) { - int i, j; |