Revision: 98277 http://trac.macports.org//changeset/98277 Author: jmr@macports.org Date: 2012-10-01 07:20:32 -0700 (Mon, 01 Oct 2012) Log Message: ----------- inkscape: fix build failure due to hardcoded /opt/local (#35479, maintainer timeout) Modified Paths: -------------- trunk/dports/graphics/inkscape/files/patch-src-extension-internal-pdfinput-pdf-parser.cpp.diff Modified: trunk/dports/graphics/inkscape/files/patch-src-extension-internal-pdfinput-pdf-parser.cpp.diff =================================================================== --- trunk/dports/graphics/inkscape/files/patch-src-extension-internal-pdfinput-pdf-parser.cpp.diff 2012-10-01 13:30:05 UTC (rev 98276) +++ trunk/dports/graphics/inkscape/files/patch-src-extension-internal-pdfinput-pdf-parser.cpp.diff 2012-10-01 14:20:32 UTC (rev 98277) @@ -1,14 +1,5 @@ --- src/extension/internal/pdfinput/pdf-parser.cpp.orig 2011-07-08 11:25:09.000000000 -0700 +++ src/extension/internal/pdfinput/pdf-parser.cpp 2012-07-20 18:03:59.000000000 -0700 -@@ -38,7 +38,7 @@ - #include "goo/GooHash.h" - #include "GlobalParams.h" - #include "CharTypes.h" --#include "Object.h" -+#include "/opt/local/include/poppler/Object.h" - #include "Array.h" - #include "Dict.h" - #include "Stream.h" @@ -367,15 +367,23 @@ for (i = 0; i < obj->arrayGetLength(); ++i) { obj->arrayGet(i, &obj2);