diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-11 10:27:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-11 10:27:09 +0100 |
commit | 927d54c9cfd60e86f111bfc24d85b9d9f4c4544a (patch) | |
tree | 914678f85baf4ba3a5e2b1c3840b83208052622c /package/libtiff/patches/patch-libtiff-4_pc_in | |
parent | 37b10804f4ccf3425b088fb7af341201cca18445 (diff) |
libtiff: use autotools for correct *.pc generation
Diffstat (limited to 'package/libtiff/patches/patch-libtiff-4_pc_in')
-rw-r--r-- | package/libtiff/patches/patch-libtiff-4_pc_in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/libtiff/patches/patch-libtiff-4_pc_in b/package/libtiff/patches/patch-libtiff-4_pc_in new file mode 100644 index 000000000..4cd57a213 --- /dev/null +++ b/package/libtiff/patches/patch-libtiff-4_pc_in @@ -0,0 +1,14 @@ +--- tiff-4.3.0.orig/libtiff-4.pc.in 2021-03-05 14:01:43.000000000 +0100 ++++ tiff-4.3.0/libtiff-4.pc.in 2021-11-06 16:42:35.662674034 +0100 +@@ -1,7 +1,7 @@ +-prefix=@prefix@ +-exec_prefix=@exec_prefix@ +-libdir=@libdir@ +-includedir=@includedir@ ++prefix=/usr ++exec_prefix=${prefix} ++libdir=${exec_prefix}/lib ++includedir=${prefix}/include + + Name: libtiff + Description: Tag Image File Format (TIFF) library. |