mxe/src/lcms1-1-fixes.patch

22 lines
613 B
Diff

This file is part of MXE. See LICENSE.md for licensing information.
Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "fix@me" <fix@me>
Date: Fri, 23 Dec 2011 00:07:18 +0100
Subject: [PATCH 1/1] add missing static dependencies to .pc file
diff --git a/lcms.pc.in b/lcms.pc.in
index 1111111..2222222 100755
--- a/lcms.pc.in
+++ b/lcms.pc.in
@@ -7,4 +7,6 @@ Name: @PACKAGE@
Description: LCMS Color Management Library
Version: @VERSION@
Libs: -L${libdir} -llcms
+Libs.private: -ljpeg
Cflags: -I${includedir}
+Requires.private: libtiff-4