]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-javaunohelper-handle-no-solar-java.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-javaunohelper-handle-no-solar-java.patch
CommitLineData
43041813 1--- javaunohelper/source/makefile.mk.orig 2003-09-22 12:14:58.000000000 -0700
2+++ javaunohelper/source/makefile.mk 2003-09-22 12:18:51.000000000 -0700
3@@ -76,6 +76,8 @@
4
5 # ------------------------------------------------------------------
6
7+.IF "$(SOLAR_JAVA)"!=""
8+
9 UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
10 UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
11
12@@ -153,6 +155,8 @@
13
14 DEF2NAME=$(SHL2TARGET)
15
16+.ENDIF # "$(SOLAR_JAVA)"!=""
17+
18 # --- Targets ------------------------------------------------------
19
20 .INCLUDE : target.mk
This page took 0.038529 seconds and 4 git commands to generate.