From 5f6e7f6949fe1fba17b53a04af5b465f19b9b17d Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Fri, 18 Oct 2002 22:41:42 +0000 Subject: First step to make this port working. Configure works and all patches apply now. There are still some compile errors to fix. As you may see the patchnames are very long, but that makes maintaining patches a lot easier. --- .../files/patch-solenv::bin::addsym.awk | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 editors/openoffice.org-vcltesttool/files/patch-solenv::bin::addsym.awk (limited to 'editors/openoffice.org-vcltesttool/files/patch-solenv::bin::addsym.awk') diff --git a/editors/openoffice.org-vcltesttool/files/patch-solenv::bin::addsym.awk b/editors/openoffice.org-vcltesttool/files/patch-solenv::bin::addsym.awk new file mode 100644 index 000000000000..d4b9daeb8a48 --- /dev/null +++ b/editors/openoffice.org-vcltesttool/files/patch-solenv::bin::addsym.awk @@ -0,0 +1,10 @@ +--- ../solenv/bin/addsym.awk.kan Sat Jul 27 10:10:19 2002 ++++ ../solenv/bin/addsym.awk Thu Jul 25 14:49:30 2002 +@@ -62,6 +62,7 @@ + BEGIN { global_found = "false" } + /[ \t]*local:/ { global_found = "false" } + global_found == "true" { ++ print "\t\tGetVersionInfo;" + print "\t\t_ZTS*;" + print "\t\t_ZTI*;" + global_found = "false" } -- cgit v1.2.3