diff options
author | Felix Gruber <felgru@posteo.net> | 2022-12-17 11:42:56 +0000 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-12-20 17:50:26 +0100 |
commit | 12586fd0b843c942f87f3afad4be422bf5f1e6cb (patch) | |
tree | 30cf8a3a1b2d17e0cfb2aa79dbd3876f2e116ec4 /gnu/local.mk | |
parent | 990da1af79afa4c33385508f32f79878a4a67966 (diff) | |
download | guix-12586fd0b843c942f87f3afad4be422bf5f1e6cb.tar.gz |
gnu: libgeotiff: Apply patch for building against proj 9.1.1.
* gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.1.1.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/geo.scm (libgeotiff): Apply it. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 56634e090c..faad95d902 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1381,6 +1381,7 @@ dist_patch_DATA = \ %D%/packages/patches/julia-tracker-16-compat.patch \ %D%/packages/patches/libffi-3.3-powerpc-fixes.patch \ %D%/packages/patches/libffi-float128-powerpc64le.patch \ + %D%/packages/patches/libgeotiff-fix-tests-with-proj-9.1.1.patch \ %D%/packages/patches/libobjc2-unbundle-robin-map.patch \ %D%/packages/patches/librime-fix-build-with-gcc10.patch \ %D%/packages/patches/libvirt-add-install-prefix.patch \ |