Author: Andreas Tille <tille@debian.org>
Description: According to upstream author building gmic examples does not
 make any sense and takes ages which is especially bad for weak architectures
 so this is simply supressed here
--- CImg-1.3.2.orig/examples/Makefile
+++ CImg-1.3.2/examples/Makefile
@@ -77,9 +77,9 @@
 	     use_RGBclass \
 
 # Files which requires external libraries to run.
-CIMG_EXTRA_FILES = use_jpeg_buffer \
-                   gmic_gimp \
-                   gmic
+CIMG_EXTRA_FILES = use_jpeg_buffer
+#                   gmic_gimp \
+#                   gmic
 
 #---------------------------------
 # Set correct variables and paths
