summaryrefslogtreecommitdiff
path: root/converters/librevenge/patches/patch-librevenge.pc.in
blob: 326baf39c8f7616184c9d0487bf2c3b7da6d1d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-librevenge.pc.in,v 1.1 2015/08/16 02:08:17 ryoon Exp $

--- librevenge.pc.in.orig	2013-11-19 08:44:45.000000000 +0000
+++ librevenge.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
 Name: librevenge-@RVNG_MAJOR_VERSION@.@RVNG_MINOR_VERSION@
 Description: API library for generic document converters
 Version: @VERSION@
-Libs: -L${libdir} -lrevenge-@RVNG_MAJOR_VERSION@.@RVNG_MINOR_VERSION@
+Libs: -L${libdir} -lrevenge-@RVNG_MAJOR_VERSION@.@RVNG_MINOR_VERSION@ -lboost_system
 Cflags: -I${includedir}/librevenge-@RVNG_MAJOR_VERSION@.@RVNG_MINOR_VERSION@