summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office/openoffice/files/2.0.4_rc1/gentoo-2.0.4_rc1.diff')
-rw-r--r--app-office/openoffice/files/2.0.4_rc1/gentoo-2.0.4_rc1.diff27
1 files changed, 19 insertions, 8 deletions
diff --git a/app-office/openoffice/files/2.0.4_rc1/gentoo-2.0.4_rc1.diff b/app-office/openoffice/files/2.0.4_rc1/gentoo-2.0.4_rc1.diff
index f0a4c1634c0f..d5635db332b5 100644
--- a/app-office/openoffice/files/2.0.4_rc1/gentoo-2.0.4_rc1.diff
+++ b/app-office/openoffice/files/2.0.4_rc1/gentoo-2.0.4_rc1.diff
@@ -20,12 +20,23 @@
# And here we go.
exec "$SystemInstallDir/program/$Binary", @ooo_argv
---- distro-configs/Gentoo.conf.in
-+++ distro-configs/Gentoo.conf.in
-@@ -9,6 +9,5 @@
- --disable-qadevooo
- --with-dynamic-xinerama
- --without-myspell-dicts
----with-intro-bitmaps=\"${SRCDIR}/openintro_gentoo.bmp\"
- --with-vendor=\"Gentoo Foundation\"
+--- bin/unpack
++++ bin/unpack
+@@ -89,7 +89,7 @@
+ # it is necessary in ODK
+ # it can be built even on linux by mingw32, though
+ if test "$USE_PREBUILD_UNOWINREG_DLL" = "YES" ; then
+- cp -f $TOOLSDIR/src/unowinreg.dll $OOBUILDDIR/external/unowinreg/ || exit 1;
++ cp -f $SRCDIR/unowinreg.dll $OOBUILDDIR/external/unowinreg/ || exit 1;
+ fi
+ # copy in misc Mono related dlls if we need to
+@@ -319,7 +319,7 @@
+ cp -af $TOOLSDIR/src/evolocal.odb $OOBUILDDIR/extras/source/database || exit 1;
+
+ echo "Installing bibliography overwrides";
+-tar xjf $TOOLSDIR/src/biblio.tar.bz2 -C $OOBUILDDIR/extras/source/database
++tar xjf $SRCDIR/biblio.tar.bz2 -C $OOBUILDDIR/extras/source/database
+
+ echo "Copying custom user-dicts into tree"
+ cp -af $TOOLSDIR/src/*.dic $OOBUILDDIR/extras/source/wordbook || exit 1;