summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel/files/patch-solenv+bin+deliver.pl
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-05-18 14:48:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-05-18 14:48:57 +0000
commit23448d980d478a497d29c66c05cb686160ff94d7 (patch)
tree3218f4f8e0dd960aa542bb870baac6ef628d1f4e /editors/openoffice.org-1.1-devel/files/patch-solenv+bin+deliver.pl
parentRemove security/avmailgate due to licensing concerns. (diff)
Update to cws_srx645_ooo112fix2, checking out by 2004/May/18th
Notes
Notes: svn path=/head/; revision=109448
Diffstat (limited to '')
-rw-r--r--editors/openoffice.org-1.1-devel/files/patch-solenv+bin+deliver.pl11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-solenv+bin+deliver.pl b/editors/openoffice.org-1.1-devel/files/patch-solenv+bin+deliver.pl
new file mode 100644
index 000000000000..34a838d116f4
--- /dev/null
+++ b/editors/openoffice.org-1.1-devel/files/patch-solenv+bin+deliver.pl
@@ -0,0 +1,11 @@
+http://www.openoffice.org/issues/show_bug.cgi?id=29286
+--- ../solenv/bin/deliver.pl.old Mon May 10 18:46:11 2004
++++ ../solenv/bin/deliver.pl Tue May 18 09:10:47 2004
+@@ -138,6 +138,7 @@
+ };
+ $strip = '/usr/ccs/bin/strip' if ( $^O eq 'solaris' );
+ $strip = 'strip' if ( $^O eq "darwin" );
++$strip = 'strip' if ( $^O eq "freebsd" );
+ $upd = $ENV{'UPD'};
+ ($gui = lc($ENV{GUI})) || die "can't determine GUI";
+