]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- relax version checks
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 27 Sep 2007 11:22:00 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice.org-neon.diff -> 1.1

openoffice.org-neon.diff [new file with mode: 0644]

diff --git a/openoffice.org-neon.diff b/openoffice.org-neon.diff
new file mode 100644 (file)
index 0000000..037c066
--- /dev/null
@@ -0,0 +1,11 @@
+--- config_office/configure.in.org     2007-09-27 12:20:44.019267510 +0200
++++ config_office/configure.in 2007-09-27 12:50:09.187003711 +0200
+@@ -4350,7 +4350,7 @@
+       test "$with_system_neon" != "no"; then
+         AC_MSG_RESULT([external])
+         PKG_CHECK_MODULES(NEON, neon >= 0.24.0)
+-        PKG_CHECK_MODULES(NEON, neon < 0.27.0, , AC_MSG_ERROR([you need neon 0.24.x to 0.26.x for system-neon]))
++        PKG_CHECK_MODULES(NEON, neon < 0.28.0, , AC_MSG_ERROR([you need neon 0.24.x to 0.28.x for system-neon]))
+         NEON_VERSION="`$PKG_CONFIG --modversion neon | $SED 's/\.//g'`"
+         NEON_CFLAGS="$NEON_CFLAGS -DSYSTEM_NEON -DUSE_DAV_LOCKS=1"
+         SYSTEM_NEON=YES
This page took 0.031027 seconds and 4 git commands to generate.