]> git.pld-linux.org Git - packages/libreoffice.git/blob - openoffice.org-agg25.patch
- rel 0.16
[packages/libreoffice.git] / openoffice.org-agg25.patch
1 --- config_office/configure.in  2007-03-05 03:29:11.059872065 +0200
2 +++ config_office/configure.in  2007-03-05 03:33:16.395423096 +0200
3 @@ -4208,7 +4208,7 @@
4              AGG_INCDIR="`echo $AGG_CFLAGS | $SED -e s/-I//`"
5           fi
6           # we could have used pkg-config --modversion but 2.4's libagg.pc.in still contains 2.3 :/
7 -         if $GREP -q "Version 2.4" `echo $AGG_INCDIR`/agg_basics.h; then
8 +         if grep -q "Version 2.[[45]]" `echo $AGG_INCDIR`/agg_basics.h; then
9              AC_MSG_RESULT([2.4])
10              AGG_VERSION=2400
11           else
This page took 0.213602 seconds and 3 git commands to generate.