summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2010-06-06 23:09:20 +0000
committerLuca Barbato <lu_zero@gentoo.org>2010-06-06 23:09:20 +0000
commit74a2e59c7a0f9c9a4d3c4e8aecc268f665085fff (patch)
tree7c0d330bae03112013491dbbb3cdb4cb29d55ef4 /media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild
parentStable for HPPA (bug #320043). (diff)
downloadhistorical-74a2e59c7a0f9c9a4d3c4e8aecc268f665085fff.tar.gz
historical-74a2e59c7a0f9c9a4d3c4e8aecc268f665085fff.tar.bz2
historical-74a2e59c7a0f9c9a4d3c4e8aecc268f665085fff.zip
Make librtmp pic
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild')
-rw-r--r--media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild b/media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild
index 8c6ecfdaae34..a2b7542823f7 100644
--- a/media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild
+++ b/media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild,v 1.1 2010/06/06 21:16:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild,v 1.2 2010/06/06 23:09:20 lu_zero Exp $
EAPI="2"
@@ -34,6 +34,8 @@ src_prepare() {
# fix Makefile ( bug #298535 and bug #318353 )
sed -i 's/\$(MAKEFLAGS)//g' Makefile \
|| die "failed to fix Makefile"
+ sed -i 's:OPT=:&-fPIC :' librtmp/Makefile \
+ || die "failed to fix Makefile"
}
src_compile() {