diff options
Diffstat (limited to 'app-office/openoffice/files/gentoo-3.1.0_beta3.diff')
-rw-r--r-- | app-office/openoffice/files/gentoo-3.1.0_beta3.diff | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/app-office/openoffice/files/gentoo-3.1.0_beta3.diff b/app-office/openoffice/files/gentoo-3.1.0_beta3.diff new file mode 100644 index 000000000000..758ceb1edf75 --- /dev/null +++ b/app-office/openoffice/files/gentoo-3.1.0_beta3.diff @@ -0,0 +1,41 @@ +--- bin/package-ooo ++++ bin/package-ooo +@@ -33,6 +33,7 @@ + { + cat <<EOT >$1 + #!/bin/sh ++unset PYTHONPATH + $OOINSTBASE/program/soffice $2 "\$@" + EOT + chmod 755 $1 +--- patches/dev300/apply ++++ patches/dev300/apply +@@ -1439,8 +1439,6 @@ + + # jemalloc, FreeBSD 7 allocator + jemalloc.diff +-# Sandbox problem with wrong path +-gentoo-sandbox.diff + + [ GentooOnly ] + SectionOwner => aprosky +@@ -1459,6 +1457,8 @@ + config_office-XINC-XLIB-defaults.diff, i#65976 + # linux-headers-2.6.22 issue?! + linux-headers.diff ++# Sandbox problem with wrong path ++gentoo-sandbox.diff + + [ DebianBaseOnly ] + SectionOwner => rengelha +@@ -1527,6 +1527,9 @@ + mono-climaker-config.diff + mono-climaker-bridgetest.diff + ++# Buildfix with Mono 2.2, aprosky ++buildfix-mono-2-2.diff ++ + [ VBAObjects ] + SectionOwner => noelpwer + + |