diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 09:02:08 +0000 |
commit | 403bb5464a5b30c3853b1554265d0c8741c72690 (patch) | |
tree | c828046c732cde09938fa2839d8f8c5d8855f415 /editors/openoffice.org-2-RC/files/patch-solenv::bin::mapgen.pl | |
parent | All patches have been repocopied to use + as separator and not "::". (diff) |
All patches will be a repocopy from ports/openoffice/files. Remove old
patches with "::" delimiters.
Notes
Notes:
svn path=/head/; revision=68481
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-solenv::bin::mapgen.pl')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-solenv::bin::mapgen.pl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-solenv::bin::mapgen.pl b/editors/openoffice.org-2-RC/files/patch-solenv::bin::mapgen.pl deleted file mode 100644 index 71ebdb934120..000000000000 --- a/editors/openoffice.org-2-RC/files/patch-solenv::bin::mapgen.pl +++ /dev/null @@ -1,21 +0,0 @@ ---- ../solenv/bin/mapgen.pl.orig Sat Jul 20 22:30:21 2002 -+++ ../solenv/bin/mapgen.pl Sat Jul 20 22:31:31 2002 -@@ -112,7 +112,7 @@ - - if ($ENV{OS} eq 'SOLARIS') { - &gen_sol; --} elsif ($ENV{OS} eq 'LINUX') { -+} elsif ($ENV{OS} eq 'LINUX' || $ENV{OS} eq 'FREEBSD') { - &gen_lnx; - } else { - &print_error ('Environment not set!!'); -@@ -169,7 +169,8 @@ - s/\n//; - $env_section = '1' and next if ((/^# SOLARIS #$/) && ($ENV{OS} eq 'SOLARIS')); - $env_section = '1' and next if ((/^# LINUX #$/) && ($ENV{OS} eq 'LINUX')); -- last if ($env_section && ((/^# SOLARIS #$/) || (/^# LINUX #$/))); -+ $env_section = '1' and next if ((/^# FREEBSD #$/) && ($ENV{OS} eq 'FREEBSD')); -+ last if ($env_section && ((/^# SOLARIS #$/) || (/^# LINUX #$/) || (/^# FREEBSD #$/))); - next if (!$_ || /^#/); - push(@filters, $_); - }; |