$OpenBSD: patch-src_map_geo_c,v 1.1 2019/06/16 13:41:30 ajacoutot Exp $

Unbreak with newer GraphicsMagick.

Index: src/map_geo.c
--- src/map_geo.c.orig
+++ src/map_geo.c
@@ -126,19 +126,8 @@
 #define XASTIR_PACKAGE_VERSION PACKAGE_VERSION
 #undef PACKAGE_VERSION
 #ifdef HAVE_GRAPHICSMAGICK
-/*#include <GraphicsMagick/magick/api.h>*/
-/* Define MAGICK_IMPLEMENTATION to access private interfaces
- * such as DestroyImagePixels(). This may not be a good thing,
- * but DestroyImagePixels() has been in this code for a long
- * time. Defining MAGIC_IMPLEMENTATION eliminates the warning that is
- * now (9/28/2010) being seen on some distros (Ubuntu 10.04 and
- * OpenSuSE-11.3)
- */
-#define MAGICK_IMPLEMENTATION
 #include <magick/api.h>
-#else   // HAVE_GRAPHICSMAGICK
-#include <magick/api.h>
-#endif  // HAVE_GRAPHICSMAGICK
+#endif
 #undef PACKAGE_BUGREPORT
 #define PACKAGE_BUGREPORT XASTIR_PACKAGE_BUGREPORT
 #undef XASTIR_PACKAGE_BUGREPORT
