summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosep Torra <n770galaxy@gmail.com>2013-03-30 12:57:10 +0100
committerJosep Torra <n770galaxy@gmail.com>2013-03-30 13:07:54 +0100
commitb6dfb798ba8ce4ef5724ee297ed3a6e691b15aa0 (patch)
tree6cfb4472c7f68b68fa6ffca7cbf1298979d08db9
parent8905d3d5bf8005944268c3500eec20b61923de89 (diff)
pkgconfig: in -uninstalled ensure to link with the proper library
Fixes build of GStreamer in gst-uninstalled on OSX with older liborc installed from macports at '/opt/local'.
-rw-r--r--orc-uninstalled.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/orc-uninstalled.pc.in b/orc-uninstalled.pc.in
index 7c18fc4..fce4cef 100644
--- a/orc-uninstalled.pc.in
+++ b/orc-uninstalled.pc.in
@@ -6,7 +6,7 @@ includedir=${pcfiledir}/
Name: orc-@ORC_MAJORMINOR@ uninstalled
Description: Library of Optimized Inner Loops Runtime Compiler
Version: @VERSION@
-Libs: -L${libdir} -lorc-@ORC_MAJORMINOR@ @LIBM@ @LIBRT@
+Libs: @abs_top_builddir@/orc/liborc-@ORC_MAJORMINOR@.la @LIBM@ @LIBRT@
Cflags: -I${includedir}
orcc=${pcfiledir}/tools/orcc@EXEEXT@