summaryrefslogtreecommitdiff
path: root/editors/openoffice/files/patch-solenv::bin::addsym.awk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-10-21 08:57:17 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-10-21 08:57:17 +0000
commitfb89e9b697585fc9977b488719536866ec4a4e14 (patch)
tree31749f632a8b91b25441b7239c6b397169f54572 /editors/openoffice/files/patch-solenv::bin::addsym.awk
parentPhoenix is a fast, minimal browser from the Mozilla project. This port (diff)
All patches have been repocopied to use + as separator and not "::".
Notes
Notes: svn path=/head/; revision=68480
Diffstat (limited to 'editors/openoffice/files/patch-solenv::bin::addsym.awk')
-rw-r--r--editors/openoffice/files/patch-solenv::bin::addsym.awk10
1 files changed, 0 insertions, 10 deletions
diff --git a/editors/openoffice/files/patch-solenv::bin::addsym.awk b/editors/openoffice/files/patch-solenv::bin::addsym.awk
deleted file mode 100644
index d4b9daeb8a48..000000000000
--- a/editors/openoffice/files/patch-solenv::bin::addsym.awk
+++ /dev/null
@@ -1,10 +0,0 @@
---- ../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" }