view src/lcms-1-fixes.patch @ 5494:898c27394c57

Use python3 in scripts (bug #58689). * Makefile.in: native mingw, depend on python3, set PYTHON3 var * tools/msys2-install.py: update for python3 syntax * tools/pkg-install.py: update for python3 syntax
author John Donoghue <john.donoghue@ieee.org>
date Sat, 04 Jul 2020 12:14:29 -0400
parents 32c1fd6aef7f
children
line wrap: on
line source

diff -ur lcms2-2.9.orig/lcms2.pc.in lcms2-2.9/lcms2.pc.in
--- lcms2-2.9.orig/lcms2.pc.in	2017-12-04 16:39:09.491042791 -0500
+++ lcms2-2.9/lcms2.pc.in	2017-12-04 16:40:58.941757920 -0500
@@ -7,5 +7,6 @@
 Description: LCMS Color Management Library
 Version: @VERSION@
 Libs: -L${libdir} -llcms2
-Libs.private: @LIB_MATH@ @LIB_THREAD@
+Libs.private: -ljpeg @LIB_MATH@ @LIB_THREAD@
 Cflags: -I${includedir}
+Requires: libtiff-4