summary refs log tree commit diff
path: root/pkgs/development/libraries/libtiff/headers-cmake.patch
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-07-21 00:05:28 +0000
committerGitHub <noreply@github.com>2021-07-21 00:05:28 +0000
commit8a3580c2f60ab204ea35562eaae8313e0fe0ce12 (patch)
treeab5331a9b9a64353a4daf15ad9908218bf303351 /pkgs/development/libraries/libtiff/headers-cmake.patch
parentfef688899e5882f13efb5f01d54febad37023252 (diff)
parent4218023470e5d24f3f571963ba54c74327e6c1fe (diff)
downloadnixpkgs-8a3580c2f60ab204ea35562eaae8313e0fe0ce12.tar
nixpkgs-8a3580c2f60ab204ea35562eaae8313e0fe0ce12.tar.gz
nixpkgs-8a3580c2f60ab204ea35562eaae8313e0fe0ce12.tar.bz2
nixpkgs-8a3580c2f60ab204ea35562eaae8313e0fe0ce12.tar.lz
nixpkgs-8a3580c2f60ab204ea35562eaae8313e0fe0ce12.tar.xz
nixpkgs-8a3580c2f60ab204ea35562eaae8313e0fe0ce12.tar.zst
nixpkgs-8a3580c2f60ab204ea35562eaae8313e0fe0ce12.zip
Merge master into haskell-updates
Diffstat (limited to 'pkgs/development/libraries/libtiff/headers-cmake.patch')
-rw-r--r--pkgs/development/libraries/libtiff/headers-cmake.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/development/libraries/libtiff/headers-cmake.patch b/pkgs/development/libraries/libtiff/headers-cmake.patch
new file mode 100644
index 00000000000..5a00502ef28
--- /dev/null
+++ b/pkgs/development/libraries/libtiff/headers-cmake.patch
@@ -0,0 +1,13 @@
+diff -ruN a/libtiff/CMakeLists.txt b/libtiff/CMakeLists.txt
+--- a/libtiff/CMakeLists.txt	2019-05-31 13:05:22.849705817 +0000
++++ b/libtiff/CMakeLists.txt	2020-11-27 21:50:03.527831837 +0000
+@@ -42,6 +42,9 @@
+   libtiffxx.map)
+ 
+ set(tiff_HEADERS
++  tiffiop.h
++  ${CMAKE_CURRENT_BINARY_DIR}/tif_config.h
++  tif_dir.h
+   tiff.h
+   tiffio.h
+   tiffvers.h)