fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / jfreereport / patches / liblayout.patch
blobcf82b5c05a8035eef9439a83166f6a1fb88f2b70
1 --- misc/liblayout-0.2.10/build.xml (Revision 6728)
2 +++ misc/build/liblayout-0.2.10/build.xml (Arbeitskopie)
3 @@ -24,9 +24,16 @@
5 <!-- Setup the compile classpath -->
6 <path id="classpath">
7 - <fileset dir="lib">
8 - <include name="*.jar" />
9 - </fileset>
10 + <pathelement path="${commons-logging.jar}"/>
11 + <pathelement path="${flute.jar}"/>
12 + <pathelement path="${libbase.jar}"/>
13 + <pathelement path="${libformula.jar}"/>
14 + <pathelement path="${libfonts.jar}"/>
15 + <pathelement path="${libloader.jar}"/>
16 + <pathelement path="${librepository.jar}"/>
17 + <pathelement path="${libserializer.jar}"/>
18 + <pathelement path="${libxml.jar}"/>
19 + <pathelement path="${sac.jar}"/>
20 </path>
22 <!-- Kill all the created directories -->