diff options
author | Maksim 'max_posedon' Melnikau <maxposedon@gmail.com> | 2009-03-19 14:21:45 +0000 |
---|---|---|
committer | Maksim 'max_posedon' Melnikau <maxposedon@gmail.com> | 2009-03-19 14:21:45 +0000 |
commit | 198cd97a6f2ab2b709af6195c922e79c4e064d1e (patch) | |
tree | d2dc32ac80e00ef842d3b15ab61ef1835f090190 /media-libs | |
parent | LDFLAGS hack for fixing pam compilation with USE="cracklib" (diff) | |
download | embedded-cross-198cd97a6f2ab2b709af6195c922e79c4e064d1e.tar.gz embedded-cross-198cd97a6f2ab2b709af6195c922e79c4e064d1e.tar.bz2 embedded-cross-198cd97a6f2ab2b709af6195c922e79c4e064d1e.zip |
fix emotion sandbox problem, thanks tomboy64 who find fix at gentoo bugzilla
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/emotion/Manifest | 2 | ||||
-rw-r--r-- | media-libs/emotion/emotion-20090313.ebuild | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/emotion/Manifest b/media-libs/emotion/Manifest index 6bd2449..2941a52 100644 --- a/media-libs/emotion/Manifest +++ b/media-libs/emotion/Manifest @@ -1,2 +1,2 @@ EBUILD emotion-20090212.ebuild 852 RMD160 7e6d297b901e7865b24ecb3cad81d4cf2b436ef0 SHA1 b76781fde8860c3a77330a8b8328b16bba02bd08 SHA256 77ad63a6e4bc7a9fba199da5e433e42be9cd57edf9a29266075d4ef9e35b30da -EBUILD emotion-20090313.ebuild 852 RMD160 7e6d297b901e7865b24ecb3cad81d4cf2b436ef0 SHA1 b76781fde8860c3a77330a8b8328b16bba02bd08 SHA256 77ad63a6e4bc7a9fba199da5e433e42be9cd57edf9a29266075d4ef9e35b30da +EBUILD emotion-20090313.ebuild 984 RMD160 7ee751cb4e08a8860d0de73bb6e3684bbba86998 SHA1 d40d17134ee9ce2d3724a2f813c6dd91ea27f916 SHA256 b89501cd6c03d4086b792ee19b24ffdff2b2783c9f029e1a26a085a8d7953644 diff --git a/media-libs/emotion/emotion-20090313.ebuild b/media-libs/emotion/emotion-20090313.ebuild index a8637c9..7f129df 100644 --- a/media-libs/emotion/emotion-20090313.ebuild +++ b/media-libs/emotion/emotion-20090313.ebuild @@ -27,9 +27,13 @@ DEPEND=">=dev-util/pkgconfig-0.9.0 S="${WORKDIR}/${PN}" src_compile() { - local myconf + # fix sandbox issue, patch stolen by tomboy64 + # from http://bugs.gentoo.org/show_bug.cgi?id=133341 + addpredict "/root/.gstreamer-0.10" - myconf="${myconf} + local myconf + + myconf="${myconf} $(use_enable gstreamer) \ $(use_enable xine) \ $(use_enable vlc)" |