Files
ports/databases/grass7/files/patch-raster3d_r3.showdspf_togif.c
Loïc Bartoletti 562f7a0402 databases/grass7: unbreak after gdal 3.3 update
GDAL 3.3.0 introduces the use of standard C bool type.
Redefining bool locally, as in vector/v.hull/chull.c causes failure.

Obtained from:	https://github.com/OSGeo/grass/pull/1567
2021-07-04 18:11:31 +02:00

13 lines
373 B
C

--- raster3d/r3.showdspf/togif.c.orig 2021-07-04 15:33:18 UTC
+++ raster3d/r3.showdspf/togif.c
@@ -324,9 +324,6 @@ static int ditherrow(unsigned short *r, unsigned short
*
*****************************************************************************/
-#define TRUE 1
-#define FALSE 0
-
/************************** BumpPixel() ********************************/
/*