diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-06-05 17:55:38 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-06-05 17:55:38 +0200 |
commit | 52e0a77a1b66e2ba5fa0dbac2f1dad35856d0586 (patch) | |
tree | dc1f38977a14bd96f7d1a28788d00b2aad07002e /gnu/packages/geo.scm | |
parent | 4f2ec0f2d1f1cb136b109f9703f88cebb1356f12 (diff) |
gnu: proj-7: Add upstream patch.
* gnu/packages/patches/proj-7-initialize-memory.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/geo.scm (proj-7)[source]: Add it.
Diffstat (limited to 'gnu/packages/geo.scm')
-rw-r--r-- | gnu/packages/geo.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm index 25805fe2e5..6ad3c87ff1 100644 --- a/gnu/packages/geo.scm +++ b/gnu/packages/geo.scm @@ -738,7 +738,9 @@ lets developers use the functionality of Proj in their own software.") version ".tar.gz")) (sha256 (base32 - "050apzdn0isxpsblys1shrl9ccli5vd32kgswlgx1imrbwpg915k")))) + "050apzdn0isxpsblys1shrl9ccli5vd32kgswlgx1imrbwpg915k")) + (patches + (search-patches "proj-7-initialize-memory.patch")))) (arguments `(#:configure-flags '("-DUSE_EXTERNAL_GTEST=ON") #:phases |