]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- asm patch and no-java-vm patch - taken from RH
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 9 Jul 2002 10:27:30 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice.spec -> 1.72

libreoffice.spec

index 8114f33d7cf5de385b18e175d857e504dc1c2a00..a9621400dfab72573f3e041ce167c6b4e28536d3 100644 (file)
@@ -48,6 +48,10 @@ Patch14:     %{name}-remove-gpc.patch
 Patch15:       %{name}-fontcache-1.5.patch
 # Disable stlport from being built
 Patch16:       %{name}-no-stlport.patch
+# Disable Java applet support
+Patch17:       %{name}-no-java-vm.patch
+# Fix broken inline assembly
+Patch18:       %{name}-asm.patch
 URL:           http://www.openoffice.org/
 BuildRequires: STLport-static
 BuildRequires: XFree86-devel
@@ -144,6 +148,8 @@ export CC CXX GCJ
 %patch14 -p1
 %patch15 -p1
 %patch16 -p1
+%patch17 -p1
+%patch18 -p1
 
 install %{SOURCE1} external
 cd external; tar fxz %{SOURCE1}; cp -fr gpc231/* gpc
This page took 0.032576 seconds and 4 git commands to generate.