]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice-berkeleydb-no-java-fix.patch
- up
[packages/libreoffice.git] / openoffice-berkeleydb-no-java-fix.patch
CommitLineData
43041813 1--- oo_1.1_src/berkeleydb/makefile.mk.orig 2003-11-27 13:32:16.000000000 +0100
2+++ oo_1.1_src/berkeleydb/makefile.mk 2003-11-27 17:08:40.000000000 +0100
3@@ -71,9 +71,11 @@
4 @echo "Since you're running a real OS, we're assuming you have db..."
cbfa2ee2 5 +$(COPY) /usr$/lib$/libdb-4.2.so $(DLLDEST)
6 +$(COPY) /usr$/lib$/libdb_cxx-4.2.so $(DLLDEST)
43041813 7+.IF "$(SOLAR_JAVA)"!=""
cbfa2ee2 8 +$(COPY) /usr$/lib$/libdb_java-4.2.so $(DLLDEST)
43041813 9 +$(COPY) /usr$/lib$/db.jar $(DLLDEST)
10 .ENDIF
11+.ENDIF
12
13 # --- Settings -----------------------------------------------------
14
This page took 0.103444 seconds and 4 git commands to generate.