diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-18 22:58:39 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-22 00:09:08 -0600 |
commit | 394e4266d1e2f6c531230b90cc0531fdd734d4fa (patch) | |
tree | e0dfcabb8e7a94a4842a108e60cb252650d74294 /office/pdfedit/gcc47.patch | |
parent | 89b636dc88c21d49c0aef0154231ce284c26e75b (diff) | |
download | slackbuilds-394e4266d1e2f6c531230b90cc0531fdd734d4fa.tar.gz |
office/pdfedit: Removed (build failure)
If upstream still hasn't bothered to port this to qt4, then
I have to wonder why we're still dragging the corpse along.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/pdfedit/gcc47.patch')
-rw-r--r-- | office/pdfedit/gcc47.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/office/pdfedit/gcc47.patch b/office/pdfedit/gcc47.patch deleted file mode 100644 index 10400bc074..0000000000 --- a/office/pdfedit/gcc47.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- src/gui/rect2Darray.h.orig -+++ src/gui/rect2Darray.h -@@ -305,7 +305,7 @@ void RectArray<T>::myAppend ( const BBox - minY = std::min( minY, item->top() ); - maxY = std::max( maxY, item->bottom() ); - } -- append( item ); -+ this->append( item ); - } - - template <typename T> -@@ -461,7 +461,7 @@ void Rect2DArray<T>::myAppend( BBoxOfObj - if (toAppend) { - current = new RectArray<T>(); - current->myAppend( bbox ); -- append( current ); -+ this->append( current ); - } - } - ---- src/kernel/cobject2xpdf.cc 2009/09/11 12:02:56 1.22 -+++ src/kernel/cobject2xpdf.cc 2011/05/21 22:13:21 1.24 -@@ -727,6 +727,13 @@ - { - /*assert (!"operation not permitted...");*//*THIS IS FORBIDDEN IN THE CALLER*/ - } -+template void simpleValueFromXpdfObj<pBool, bool&> (const Object&, bool& val); -+template void simpleValueFromXpdfObj<pInt, int&> (const Object&, int& val); -+template void simpleValueFromXpdfObj<pReal, double&> (const Object&, double& val); -+template void simpleValueFromXpdfObj<pString, string&> (const Object&, string& val); -+template void simpleValueFromXpdfObj<pName, string&> (const Object&, string& val); -+template void simpleValueFromXpdfObj<pRef, IndiRef&> (const Object&, IndiRef& val); -+ - - - // |