1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../openoffice-org/OOo-use_bin_hsqldb.patch
5 # Copyright (C) 2007 - 2010 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Submitted By: DJ Lucas <dj AT linuxfromscratch DOT org>
19 Initial Package Version: 2.2.1
20 Upstream Status: Not applicable
22 Description: Uses the pre-built jar instead of recompiling hsqldb, which will
23 not compile with JDK-6. Upstream hsqldb is targeting 1.9.0 which is currently
24 incompatible with 1.8.0.x.
26 --- OpenOffice-2.2.1-orig/hsqldb/makefile.mk 2006-12-01 17:33:12.000000000 +0000
27 +++ OpenOffice-2.2.1/hsqldb/makefile.mk 2007-06-22 23:29:30.000000000 +0000
29 patches$/i103528.patch \
30 patches$/i104901.patch
32 -.IF "$(JAVACISGCJ)"=="yes"
35 -BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar
38 -BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.debug="on" -f $(ANT_BUILDFILE) jar
40 -BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar
43 +#.IF "$(JAVACISGCJ)"=="yes"
46 +#BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.compiler=gcj -f $(ANT_BUILDFILE) jar
49 +#BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -Dbuild.debug="on" -f $(ANT_BUILDFILE) jar
51 +#BUILD_ACTION=$(ANT) -Dbuild.label="build-$(RSCREVISION)" -f $(ANT_BUILDFILE) jar
55 .ENDIF # $(SOLAR_JAVA)!= ""