]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice-ridljar-handle-no-solar-java.patch
- DON'T hardcode java paths!
[packages/libreoffice.git] / openoffice-ridljar-handle-no-solar-java.patch
1 --- ridljar/util/makefile.mk.orig       2003-08-10 13:12:20.000000000 -0700
2 +++ ridljar/util/makefile.mk    2003-08-10 13:12:36.000000000 -0700
3 @@ -84,10 +84,12 @@
4  ZIP1DIR=$(PRJ)
5  ZIP1LIST=com -x "*makefile.mk"
6  
7 +.IF "$(SOLAR_JAVA)"!=""
8  ZIP2TARGET=$(TARGET)2_src
9  ZIP2FLAGS=-u -r
10  ZIP2DIR=$(MISC)$/java
11  ZIP2LIST=com
12 +.ENDIF
13  
14  # --- Targets ------------------------------------------------------
15  
This page took 0.036006 seconds and 3 git commands to generate.