summaryrefslogtreecommitdiff
path: root/devel/libparserutils/files/patch-libparserutils.pc.in
blob: 1211c6d600c00aee0e6b01303b60e7cb94822048 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- libparserutils.pc.in.orig	2016-02-16 08:49:51 UTC
+++ libparserutils.pc.in
@@ -1,10 +1,10 @@
 prefix=PREFIX
 exec_prefix=${prefix}
-libdir=${exec_prefix}/LIBDIR
+libdir=${exec_prefix}/lib
 includedir=${prefix}/INCLUDEDIR
 
 Name: libparserutils
 Description: Utility library for facilitating parser development
 Version: VERSION
-Libs: -L${libdir} -lparserutils
+Libs: -L${libdir} -lparserutils -liconv
 Cflags: -I${includedir}