]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice.org-pld.patch
- disable mozilla
[packages/libreoffice.git] / openoffice.org-pld.patch
1 diff -urN ooo-build-1.9.78.org/bin/build-ooo ooo-build-1.9.78/bin/build-ooo
2 --- ooo-build-1.9.78.org/bin/build-ooo  2005-02-08 20:15:30.000000000 +0100
3 +++ ooo-build-1.9.78/bin/build-ooo      2005-02-12 22:46:42.877076883 +0100
4 @@ -6,7 +6,7 @@
5  . ./setup
6  
7  if test "z$BUILD_WIN32" = "z"; then
8 -    if ! test -f /proc/kcore; then
9 +    if ! test -f /proc/cpuinfo; then
10          echo "Looks like proc isn't mounted - this means almost certain"
11          echo "Java related weird build failure: please check /proc"
12          exit 1;
13 diff -urN ooo-build-1.9.78.org/patches/src680-m78/apply ooo-build-1.9.78/patches/src680-m78/apply
14 --- ooo-build-1.9.78.org/patches/src680-m78/apply       2005-02-10 16:27:47.000000000 +0100
15 +++ ooo-build-1.9.78/patches/src680-m78/apply   2005-02-12 22:26:54.861576226 +0100
16 @@ -24,6 +24,10 @@
17  Debian : DebianBase
18  # Ark Linux
19  Ark: LinuxCommon, 64bit, ArkOnly
20 +# www.pld-linux.org
21 +PLDBase: LinuxCommon, NonArkCommon
22 +PLD: PLDBase
23 +PLD64: PLDBase, 64bit
24  # Win32
25  Win32 : Win32Common, NovellOnly, NovellOnlyWin32
26  
This page took 0.043878 seconds and 3 git commands to generate.