blob: 758ceb1edf754cf98807888bde11d2dacdeb361c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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
|