projects
/
platform
/
upstream
/
orc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8905d3d
)
pkgconfig: in -uninstalled ensure to link with the proper library
author
Josep Torra
<n770galaxy@gmail.com>
Sat, 30 Mar 2013 11:57:10 +0000
(12:57 +0100)
committer
Josep Torra
<n770galaxy@gmail.com>
Sat, 30 Mar 2013 12:07:54 +0000
(13:07 +0100)
Fixes build of GStreamer in gst-uninstalled on OSX with older liborc
installed from macports at '/opt/local'.
orc-uninstalled.pc.in
patch
|
blob
|
history
diff --git
a/orc-uninstalled.pc.in
b/orc-uninstalled.pc.in
index 7c18fc4e5ba5a5063da07e7ae8932e8ed00fee9a..fce4cefe410ca18d369e13946b79c0c825f43a6c 100644
(file)
--- 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@