diff options
Diffstat (limited to 'app-office/openoffice/files/2.4.0_rc5/gentoo-2.4.0_rc5.diff')
-rw-r--r-- | app-office/openoffice/files/2.4.0_rc5/gentoo-2.4.0_rc5.diff | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/app-office/openoffice/files/2.4.0_rc5/gentoo-2.4.0_rc5.diff b/app-office/openoffice/files/2.4.0_rc5/gentoo-2.4.0_rc5.diff deleted file mode 100644 index 7b9da0a7ff0b..000000000000 --- a/app-office/openoffice/files/2.4.0_rc5/gentoo-2.4.0_rc5.diff +++ /dev/null @@ -1,22 +0,0 @@ ---- 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 ---- configure.in -+++ configure.in -@@ -1090,7 +1090,7 @@ - elif test "$with_tag" = "OOG680_m9" ; then - UPSTREAM_VERSION=2.3.1 - elif test "$with_tag" = "OOH680_m11" ; then -- UPSTREAM_VERSION=2.4.0 -+ UPSTREAM_VERSION=2.4.0rc5 - fi - if test -n "$UPSTREAM_VERSION"; then - UPSTREAM_NAME="OOo_${UPSTREAM_VERSION}_src" - |