summaryrefslogtreecommitdiffstats
path: root/src/lcms1-1-fixes.patch
blob: 83fdc2adc91260971a513f9e2be64534058711d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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