]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- fix agg api detection: match 2.5 also for 2.4 api
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 5 Mar 2007 01:34:17 +0000 (01:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openoffice.org-agg25.patch -> 1.1

openoffice.org-agg25.patch [new file with mode: 0644]

diff --git a/openoffice.org-agg25.patch b/openoffice.org-agg25.patch
new file mode 100644 (file)
index 0000000..d9966cf
--- /dev/null
@@ -0,0 +1,11 @@
+--- config_office/configure.in 2007-03-05 03:29:11.059872065 +0200
++++ config_office/configure.in 2007-03-05 03:33:16.395423096 +0200
+@@ -4208,7 +4208,7 @@
+             AGG_INCDIR="`echo $AGG_CFLAGS | $SED -e s/-I//`"
+          fi
+          # we could have used pkg-config --modversion but 2.4's libagg.pc.in still contains 2.3 :/
+-         if $GREP -q "Version 2.4" `echo $AGG_INCDIR`/agg_basics.h; then
++         if grep -q "Version 2.[[45]]" `echo $AGG_INCDIR`/agg_basics.h; then
+             AC_MSG_RESULT([2.4])
+             AGG_VERSION=2400
+          else
This page took 0.030898 seconds and 4 git commands to generate.