summaryrefslogtreecommitdiffstats
path: root/net/freeswitch/patches/400-fix-pc-file.patch
blob: d0ba2e2847b438ec15eaf330a9a156902b53e54f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/build/freeswitch.pc.in
+++ b/build/freeswitch.pc.in
@@ -1,8 +1,8 @@
 prefix=@prefix@
 exec_prefix=@exec_prefix@
-libdir=@libdir@
+libdir=${exec_prefix}/lib
 libexecdir=@libexecdir@
-includedir=@includedir@
+includedir=${prefix}/include/freeswitch
 modulesdir=@modulesdir@
 runtimedir=@runtimedir@
 logfiledir=@logfiledir@