diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-10 20:42:46 +0100 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-01-11 06:11:01 +0100 |
commit | ca935938eaf5745da6590a378ab1d46fe3b267b5 (patch) | |
tree | c1fde9777ba43a2f132f4e11dc73da8a08ea922b /graphics/librasterlite2/files/patch-headers_rasterlite2__private.h | |
parent | graphics/proj: further improve port installation message text (diff) |
databases/librasterlite2: Update to 1.1.0-beta1
Enable to build graphics/gdal 3.3.3
PR: 261008, 260840
Reported by: jau@iki.fi, darcy@dbitech.ca
Diffstat (limited to 'graphics/librasterlite2/files/patch-headers_rasterlite2__private.h')
-rw-r--r-- | graphics/librasterlite2/files/patch-headers_rasterlite2__private.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/librasterlite2/files/patch-headers_rasterlite2__private.h b/graphics/librasterlite2/files/patch-headers_rasterlite2__private.h new file mode 100644 index 000000000000..30ddcb1d3071 --- /dev/null +++ b/graphics/librasterlite2/files/patch-headers_rasterlite2__private.h @@ -0,0 +1,11 @@ +--- headers/rasterlite2_private.h.orig 2022-01-10 19:39:39 UTC ++++ headers/rasterlite2_private.h +@@ -48,7 +48,7 @@ the terms of any one of the MPL, the GPL or the LGPL. + */ + + #include "config.h" +- ++#include <time.h> + /* + / the following patch supporting GeoTiff headers + / was kindly contributed by Brad Hards on 2011-09-02 |