]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-jni-uno-handle-no-solar-java.patch
- up
[packages/libreoffice.git] / openoffice-jni-uno-handle-no-solar-java.patch
1 --- bridges/source/jni_uno/makefile.mk.orig     2003-09-22 12:34:56.000000000 -0700
2 +++ bridges/source/jni_uno/makefile.mk  2003-09-22 12:36:30.000000000 -0700
3 @@ -72,6 +72,8 @@
4  
5  # --- Files --------------------------------------------------------
6  
7 +.IF "$(SOLAR_JAVA)"!=""
8 +
9  SLOFILES= \
10         $(SLO)$/jni_info.obj            \
11         $(SLO)$/jni_data.obj            \
12 @@ -99,6 +101,8 @@
13  .ENDIF
14  .ENDIF
15  
16 +.ENDIF # "$(SOLAR_JAVA)"!=""
17 +
18  # --- Targets ------------------------------------------------------
19  
20  .INCLUDE :  target.mk
This page took 0.028761 seconds and 3 git commands to generate.