File pdfedit-fixbuild.patch of Package pdfedit
diff -up ./src/xpdf/xpdf/Object.h.f19build ./src/xpdf/xpdf/Object.h
--- ./src/xpdf/xpdf/Object.h.f19build 2013-02-18 09:45:55.978433861 -0500
+++ ./src/xpdf/xpdf/Object.h 2013-02-18 09:46:07.430435071 -0500
@@ -206,7 +206,7 @@ public:
private:
ObjType type; // object type
- mutable union { // value for each type:
+ union { // value for each type:
GBool booln; // boolean
int intg; // integer
double real; // real