geos/geos-3.2.0-ARM.patch
Devrim GÜNDÜZ e1282c6368 Update to 3.2.2
Add a patch to build on ARM.
2011-05-09 22:54:27 +03:00

14 lines
530 B
Diff

--- source/inlines.cpp.orig 2009-12-29 21:08:46.400000000 +0100
+++ source/inlines.cpp 2009-12-29 21:22:16.820000000 +0100
@@ -59,7 +59,10 @@
#include <geos/geom/CoordinateArraySequenceFactory.inl>
#include <geos/noding/SegmentString.inl>
#include <geos/noding/snapround/HotPixel.inl>
+// see http://trac.osgeo.org/geos/ticket/222
+#if ! defined(__ARM_EABI__)
#include <geos/noding/snapround/MCIndexSnapRounder.inl>
+#endif // !defined __ARM_EABI__
#include <geos/noding/MCIndexNoder.inl>
#endif // defined __CYGWIN__