]> git.pld-linux.org Git - packages/libreoffice.git/blob - libreoffice-hamcrest.patch
- started update to 4.3.2.2
[packages/libreoffice.git] / libreoffice-hamcrest.patch
1 --- configure.ac.orig   2012-02-01 13:56:49.000000000 +0100
2 +++ configure.ac        2012-02-23 18:57:32.000000000 +0100
3 @@ -7561,6 +7561,11 @@
4                      [AC_MSG_ERROR(commons-logging.jar not found.)], [])
5              fi
6          fi
7 +        # hamcrest is a dependency of junit, add it to the classpath if
8 +        # found
9 +        if test -e /usr/share/java/hamcrest-core.jar; then
10 +            OOO_JUNIT_JAR=$OOO_JUNIT_JAR:/usr/share/java/hamcrest-core.jar
11 +        fi
12      else
13          AC_MSG_RESULT([internal])
14          SYSTEM_APACHE_COMMONS=NO
15
This page took 0.027827 seconds and 3 git commands to generate.