]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-jurt-handle-no-solar-java.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-jurt-handle-no-solar-java.patch
CommitLineData
43041813 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.048869 seconds and 4 git commands to generate.