diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-29 04:57:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-29 04:57:02 +0000 |
commit | d44b8aaf3c38ed6b8b913d4665651114880384eb (patch) | |
tree | b2acb17237abb96a9bd3ef9322d9f863e264b26e /app-text/poppler/files | |
parent | sh love (diff) | |
download | gentoo-2-d44b8aaf3c38ed6b8b913d4665651114880384eb.tar.gz gentoo-2-d44b8aaf3c38ed6b8b913d4665651114880384eb.tar.bz2 gentoo-2-d44b8aaf3c38ed6b8b913d4665651114880384eb.zip |
Add another gcc-4.1.x fix #116977 by gim.
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-text/poppler/files')
-rw-r--r-- | app-text/poppler/files/poppler-gcc41.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/poppler/files/poppler-gcc41.patch b/app-text/poppler/files/poppler-gcc41.patch index 2c37da268d28..e21675c8bf16 100644 --- a/app-text/poppler/files/poppler-gcc41.patch +++ b/app-text/poppler/files/poppler-gcc41.patch @@ -38,3 +38,16 @@ Index: poppler-0.4.2/qt/poppler-qt.h }; } + +http://bugs.gentoo.org/116977 +--- poppler/utils/HtmlLinks.h ++++ poppler/utils/HtmlLinks.h +@@ -19,7 +19,7 @@ + HtmlLink& operator=(const HtmlLink& x); + HtmlLink(double xmin,double ymin,double xmax,double ymax,GooString *_dest); + ~HtmlLink(); +- GBool HtmlLink::isEqualDest(const HtmlLink& x) const; ++ GBool isEqualDest(const HtmlLink& x) const; + GooString *getDest(){return new GooString(dest);} + double getX1() const {return Xmin;} + double getX2() const {return Xmax;} |