diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-06-29 06:22:10 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-06-29 06:22:10 +0000 |
commit | 49c99cc817e08ff23919a3c3d896b8261a25164c (patch) | |
tree | eebd9f71ee33c9c9509f489a9ebe9b078e115a3f /media-libs/simage/files | |
parent | Made the python dependency vice versa so that the 2.6 slot comes first. (diff) | |
download | gentoo-2-49c99cc817e08ff23919a3c3d896b8261a25164c.tar.gz gentoo-2-49c99cc817e08ff23919a3c3d896b8261a25164c.tar.bz2 gentoo-2-49c99cc817e08ff23919a3c3d896b8261a25164c.zip |
Remove excessive linking in pkgconfig (move link deps to Libs.private)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/simage/files')
-rw-r--r-- | media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch b/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch new file mode 100644 index 000000000000..94392a136460 --- /dev/null +++ b/media-libs/simage/files/simage-1.7.0-pkgconfig-partial.patch @@ -0,0 +1,13 @@ +diff -ru ../simage-1.7.0/simage.pc.in ./simage.pc.in +--- ../simage-1.7.0/simage.pc.in 2010-02-26 16:47:31.000000000 +0100 ++++ ./simage.pc.in 2010-06-28 19:22:20.521610092 +0200 +@@ -8,7 +8,8 @@ + Version: @VERSION@ + Requires: + Conflicts: +-Libs: -L${libdir} @SIMAGE_EXTRA_LDFLAGS@ @SIMAGE_EXTRA_LIBS@ ++Libs: -L${libdir} -lsimage ++Libs.private: -L${libdir} @SIMAGE_EXTRA_LIBS@ + Cflags: -I${includedir} @SIMAGE_EXTRA_CFLAGS@ @SIMAGE_EXTRA_CPPFLAGS@ + + simage_host="@host@" |