]> git.pld-linux.org Git - packages/libreoffice.git/blame - openoffice.org-agg25.patch
- cp from ooo-build-2.1.8/patches/src680/nsplugin-path.diff
[packages/libreoffice.git] / openoffice.org-agg25.patch
CommitLineData
bd20353f
ER
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.104564 seconds and 4 git commands to generate.