]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-jurt-handle-no-solar-java.patch
- up
[packages/libreoffice.git] / openoffice-jurt-handle-no-solar-java.patch
1 --- jurt/source/pipe/makefile.mk.orig   2003-09-22 12:38:16.000000000 -0700
2 +++ jurt/source/pipe/makefile.mk        2003-09-22 12:39:08.000000000 -0700
3 @@ -15,6 +15,8 @@
4  
5  # --- Files --------------------------------------------------------
6  
7 +.IF "$(SOLAR_JAVA)"!=""
8 +
9  SLOFILES = \
10         $(SLO)$/com_sun_star_lib_connections_pipe_PipeConnection.obj
11  
12 @@ -29,6 +31,8 @@
13  
14  NO_SHL1DESCRIPTION=TRUE
15  
16 +.ENDIF # "$(SOLAR_JAVA)"!=""
17 +
18  # --- Targets ------------------------------------------------------
19  
20  .INCLUDE :  target.mk
This page took 0.057588 seconds and 3 git commands to generate.