view src/lcms-1-fixes.patch @ 5650:6805ab42c8aa

Don't convert to short paths for default-octave target (bug #59923). * installer-files/octave-no-shortpath.patch, installer-files/octave-bat-no-shortpath.patch, installer-files/cmdshell-no-shortpath.patch: Add patches that remove conversion of path to short file names from scripts. * binary-dist-rules.mk: Apply new patches for default-octave target. * dist-files.mk: Add new files to build system.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 31 Jan 2021 18:38:38 +0100
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