[gambas3] fix poppler 0.20 patch again

Tom Callaway spot at fedoraproject.org
Tue May 29 18:41:16 UTC 2012


commit 1fb9ccdac67a1e07c367411bc288c09f60d164f0
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue May 29 14:41:13 2012 -0400

    fix poppler 0.20 patch again

 gambas3-poppler-0.20.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gambas3-poppler-0.20.patch b/gambas3-poppler-0.20.patch
index e77aecc..20124cd 100644
--- a/gambas3-poppler-0.20.patch
+++ b/gambas3-poppler-0.20.patch
@@ -75,7 +75,7 @@ diff -up gambas3-3.1.1/gb.pdf/configure.ac.poppler20 gambas3-3.1.1/gb.pdf/config
  {
 -	#if POPPLER_VERSION_0_17
 +	#if POPPLER_VERSION_0_20
-+	THIS->links = new Links (THIS->page->getAnnots ()));
++	THIS->links = new Links (THIS->page->getAnnots ());
 +	#elif POPPLER_VERSION_0_17
  	THIS->links = new Links (THIS->page->getAnnots (THIS->doc->getCatalog()));
  	#else


More information about the scm-commits mailing list