File: fix-warnings.patch

package info (click to toggle)
magics%2B%2B 4.16.0%2Breally4.15.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 93,812 kB
  • sloc: cpp: 169,000; xml: 27,515; perl: 6,352; ansic: 4,111; python: 3,899; sh: 716; javascript: 703; f90: 282; makefile: 86
file content (14 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: magics++-4.8.0/src/magics_config.h.in
===================================================================
--- magics++-4.8.0.orig/src/magics_config.h.in
+++ magics++-4.8.0/src/magics_config.h.in
@@ -71,7 +71,9 @@
 #cmakedefine MAGICS_COPYRIGHT_PERIOD
 
 /* Turn on the GeoTIFF output support */
+#ifndef HAVE_GEOTIFF
 #cmakedefine HAVE_GEOTIFF
+#endif
 
 /* Defines GIF output is supported. */
 #cmakedefine MAGICS_GIF