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
commitfa113d6bd7e0151bf3dc80df3afcd07786912925 (patch)
tree960ef146cb844c6ec4103a1efcba0223df65d2dd /media-video/rtmpdump
parentStable for HPPA (bug #320043). (diff)
downloadgentoo-2-fa113d6bd7e0151bf3dc80df3afcd07786912925.tar.gz
gentoo-2-fa113d6bd7e0151bf3dc80df3afcd07786912925.tar.bz2
gentoo-2-fa113d6bd7e0151bf3dc80df3afcd07786912925.zip
Make librtmp pic
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-video/rtmpdump')
-rw-r--r--media-video/rtmpdump/ChangeLog5
-rw-r--r--media-video/rtmpdump/rtmpdump-2.2e-r1.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/rtmpdump/ChangeLog b/media-video/rtmpdump/ChangeLog
index b54cdd469541..c83c9fe042cb 100644
--- a/media-video/rtmpdump/ChangeLog
+++ b/media-video/rtmpdump/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/rtmpdump
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.3 2010/06/06 21:16:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.4 2010/06/06 23:09:20 lu_zero Exp $
+
+ 06 Jun 2010; Luca Barbato <lu_zero@gentoo.org> rtmpdump-2.2e-r1.ebuild:
+ Make librtmp pic
*rtmpdump-2.2e-r1 (06 Jun 2010)
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() {