summaryrefslogtreecommitdiffstats
path: root/package/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch
diff options
context:
space:
mode:
authorFabrice Fontaine <fontaine.fabrice@gmail.com>2018-05-05 19:13:42 +0200
committerPeter Korsgaard <peter@korsgaard.com>2018-05-06 09:05:33 +0200
commitb2561d0844b8caca1c12ec3b23e0accadd394e83 (patch)
tree49dd3bec2d65eb7cdc0839037b49c687ea8d3ea9 /package/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch
parentb0bf1f5888eac726368c264c588ad5be33421efd (diff)
downloadbuildroot-b2561d0844b8caca1c12ec3b23e0accadd394e83.tar.gz
buildroot-b2561d0844b8caca1c12ec3b23e0accadd394e83.zip
lcms2: bump to version 2.9
- Remove two patches (already in version) - Add hash for license file Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch')
-rw-r--r--package/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/package/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch b/package/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch
deleted file mode 100644
index f8c0d00d30..0000000000
--- a/package/lcms2/0001-Fix-lcms2.pc.in-thread-library-dependency.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 0b55fd4e0935a0231ca258fde631a95215df2f72 Mon Sep 17 00:00:00 2001
-From: Peter Seiderer <ps.report@gmx.net>
-Date: Fri, 11 Nov 2016 23:29:56 +0100
-Subject: [PATCH] Fix lcms2.pc.in thread library dependency.
-
-Needed (sometimes) for static linking.
-
-Signed-off-by: Peter Seiderer <ps.report@gmx.net>
----
- lcms2.pc.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lcms2.pc.in b/lcms2.pc.in
-index b715f59..5b4213c 100644
---- a/lcms2.pc.in
-+++ b/lcms2.pc.in
-@@ -7,5 +7,5 @@ Name: @PACKAGE@
- Description: LCMS Color Management Library
- Version: @VERSION@
- Libs: -L${libdir} -llcms2
--Libs.private: @LIB_MATH@
-+Libs.private: @LIB_MATH@ @LIB_THREAD@
- Cflags: -I${includedir}
---
-2.8.1
-
OpenPOWER on IntegriCloud