blob: b0aa5d17393e227635e4958e13aaab2bdc7cea31 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001From 9aa01fd5f9d8b2b98c34684dc8f68115750ef41c Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Tue, 12 Jul 2016 17:15:13 +0300
4Subject: [PATCH] source-highlight.pc.in: do not add Boost's libraries and
5 includes
6
7This breaks when compiling in sysroots; a proper way is to use Depends
8
9Upstream-Status: Pending
10Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
11---
12 source-highlight.pc.in | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15diff --git a/source-highlight.pc.in b/source-highlight.pc.in
16index 79ab63e..64114a7 100644
17--- a/source-highlight.pc.in
18+++ b/source-highlight.pc.in
19@@ -7,6 +7,6 @@ Name: libsource-highlight
20 Description: GNU Source-highlight library.
21 URL: http://www.gnu.org/software/src-highlite/
22 Version: @VERSION@
23-Libs: -L${libdir} -lsource-highlight @BOOST_LDFLAGS@ @BOOST_REGEX_LIB@
24-Cflags: -I${includedir} @BOOST_CPPFLAGS@
25+Libs: -L${libdir} -lsource-highlight
26+Cflags: -I${includedir}
27
28--
292.8.1
30