Files
ports/databases/grass7/files/patch-lib_lidar_lidar.h
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
376 B
C

--- lib/lidar/lidar.h.orig 2021-07-04 15:30:31 UTC
+++ lib/lidar/lidar.h
@@ -62,9 +62,6 @@
/* INTERPOLATOR */
#define P_BILINEAR 1
#define P_BICUBIC 0
- /* Boolean definitions */
-#define TRUE 1
-#define FALSE 0
/*----------------------------------------------------------------------------------------------------------*/
/*STRUCTS DECLARATION */