summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-02-25 16:55:14 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-02-25 16:55:14 +0000
commit836bac0340eabbce4769e3183ddd04593bf49b11 (patch)
tree9e9f1ff9672e5229c5577c70aa7a9c0c0bac1010 /media-libs
parentClosing #42798. (Manifest recommit) (diff)
downloadgentoo-2-836bac0340eabbce4769e3183ddd04593bf49b11.tar.gz
gentoo-2-836bac0340eabbce4769e3183ddd04593bf49b11.tar.bz2
gentoo-2-836bac0340eabbce4769e3183ddd04593bf49b11.zip
Closing #40555.
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/quicktime4linux/ChangeLog6
-rw-r--r--media-libs/quicktime4linux/files/quicktime4linux-1.5.5-fPIC.patch11
-rw-r--r--media-libs/quicktime4linux/quicktime4linux-1.5.5-r1.ebuild3
3 files changed, 18 insertions, 2 deletions
diff --git a/media-libs/quicktime4linux/ChangeLog b/media-libs/quicktime4linux/ChangeLog
index e4e2680e969a..4b53d0705d2c 100644
--- a/media-libs/quicktime4linux/ChangeLog
+++ b/media-libs/quicktime4linux/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/quicktime4linux
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quicktime4linux/ChangeLog,v 1.19 2004/02/20 10:54:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quicktime4linux/ChangeLog,v 1.20 2004/02/25 16:55:14 aliz Exp $
+
+ 25 Feb 2004; Daniel Ahlberg <aliz@gentoo.org>
+ quicktime4linux-1.5.5-r1.ebuild, files/quicktime4linux-1.5.5-fPIC.patch:
+ Fix fPIC problem. Closing #40555.
20 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org>
quicktime4linux-1.5.5-r1.ebuild, quicktime4linux-1.6.2.ebuild,
diff --git a/media-libs/quicktime4linux/files/quicktime4linux-1.5.5-fPIC.patch b/media-libs/quicktime4linux/files/quicktime4linux-1.5.5-fPIC.patch
new file mode 100644
index 000000000000..d91564d96d7f
--- /dev/null
+++ b/media-libs/quicktime4linux/files/quicktime4linux-1.5.5-fPIC.patch
@@ -0,0 +1,11 @@
+--- Makefile 2004-02-25 16:50:22.759175018 +0000
++++ Makefile 2004-02-25 16:50:16.534709390 +0000
+@@ -483,7 +483,7 @@
+ $(OBJDIR)/qtinfo.o \
+ $(OBJDIR)/rechunk.o \
+ $(OBJS):
+- $(CC) -c `cat $(OBJDIR)/c_flags` $(subst $(OBJDIR)/,, $*.c) -o $*.o
++ $(CC) -fPIC -c `cat $(OBJDIR)/c_flags` $(subst $(OBJDIR)/,, $*.c) -o $*.o
+
+
+
diff --git a/media-libs/quicktime4linux/quicktime4linux-1.5.5-r1.ebuild b/media-libs/quicktime4linux/quicktime4linux-1.5.5-r1.ebuild
index 12d8724ff371..774ed192de73 100644
--- a/media-libs/quicktime4linux/quicktime4linux-1.5.5-r1.ebuild
+++ b/media-libs/quicktime4linux/quicktime4linux-1.5.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/quicktime4linux/quicktime4linux-1.5.5-r1.ebuild,v 1.13 2004/02/20 10:54:55 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/quicktime4linux/quicktime4linux-1.5.5-r1.ebuild,v 1.14 2004/02/25 16:55:14 aliz Exp $
DESCRIPTION="quicktime library for linux"
HOMEPAGE="http://heroinewarrior.com/quicktime.php3"
@@ -21,6 +21,7 @@ src_unpack() {
unpack ${P}.tar.gz
cd ${S}
epatch ${FILESDIR}/quicktime_makefile.patch
+ epatch ${FILESDIR}/${P}-fPIC.patch
}
src_compile() {