diff options
author | Andreas Proschofsky <suka@gentoo.org> | 2004-04-11 15:54:31 +0000 |
---|---|---|
committer | Andreas Proschofsky <suka@gentoo.org> | 2004-04-11 15:54:31 +0000 |
commit | 20d906740181d2f2e028a290e40ba7050b19ae4d (patch) | |
tree | 52c9d57f52b142eaf0d27066059dcd8cb687b821 /app-office/openoffice/files | |
parent | Removed 0.5.0 and added ruby.eclass support to 0.9.1 (Manifest recommit) (diff) | |
download | gentoo-2-20d906740181d2f2e028a290e40ba7050b19ae4d.tar.gz gentoo-2-20d906740181d2f2e028a290e40ba7050b19ae4d.tar.bz2 gentoo-2-20d906740181d2f2e028a290e40ba7050b19ae4d.zip |
Add patch to work around build breakage
Diffstat (limited to 'app-office/openoffice/files')
-rw-r--r-- | app-office/openoffice/files/1.1.1/build.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-office/openoffice/files/1.1.1/build.patch b/app-office/openoffice/files/1.1.1/build.patch new file mode 100644 index 000000000000..8049215b8186 --- /dev/null +++ b/app-office/openoffice/files/1.1.1/build.patch @@ -0,0 +1,11 @@ +--- solenv/bin/build.pl.orig 2004-04-11 12:13:16.296275784 +0000 ++++ solenv/bin/build.pl 2004-04-11 12:13:37.367072536 +0000 +@@ -1,6 +1,5 @@ +- : +- eval 'exec perl -S $0 ${1+"$@"}' +- if 0; ++#!/usr/bin/perl ++ + #************************************************************************* + # + # $RCSfile: build.patch,v $ |