diff options
author | Tilman Klar <phoenix@gentoo.org> | 2003-02-13 20:34:04 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2003-02-13 20:34:04 +0000 |
commit | 981588c08657f0f50c993eecbcfa58ee43203905 (patch) | |
tree | 4459ea49834d6d30aa01e5c2fee9de9bdfc449fa /media-video | |
parent | Update Copyright years (diff) | |
download | gentoo-2-981588c08657f0f50c993eecbcfa58ee43203905.tar.gz gentoo-2-981588c08657f0f50c993eecbcfa58ee43203905.tar.bz2 gentoo-2-981588c08657f0f50c993eecbcfa58ee43203905.zip |
Used flag-o-matic to filter -fPic.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/transcode/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/transcode/transcode-0.6.3.20030116.ebuild | 7 |
2 files changed, 7 insertions, 6 deletions
diff --git a/media-video/transcode/ChangeLog b/media-video/transcode/ChangeLog index df53de26b326..9f5841bd3038 100644 --- a/media-video/transcode/ChangeLog +++ b/media-video/transcode/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for media-video/transcode # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.25 2003/02/13 19:49:59 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/ChangeLog,v 1.26 2003/02/13 20:34:04 phoenix Exp $ 13 Feb 2003; Mark Guertin <gerk@gentoo.org> transcode-0.6.0.ebuild transcode-0.6.1-r1.ebuild transcode-0.6.2.20021114.ebuild transcode-0.6.2.ebuild transcode-0.6.3.20021205-r1.ebuild @@ -10,8 +10,8 @@ transcode-0.6.3.20030116 (13 Feb 2003) 13 Feb 2003; phoen][x <phoenix@gentoo.org> transcode-0.6.3.20030116.ebuild : - Removed "-mfpmath=sse" from C(XX)FLAGS - this setting caused a break in the compilation. - See bug #14920 for more information. + Removed "-mfpmath=sse" and "-fPic" from C(XX)FLAGS - these setting caused a + break in the compilation. See bug #14920 for more information. transcode-0.6.3.20030116 (19 Jan 2003) diff --git a/media-video/transcode/transcode-0.6.3.20030116.ebuild b/media-video/transcode/transcode-0.6.3.20030116.ebuild index c409131da1d5..1c5d8975f41a 100644 --- a/media-video/transcode/transcode-0.6.3.20030116.ebuild +++ b/media-video/transcode/transcode-0.6.3.20030116.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.3.20030116.ebuild,v 1.4 2003/02/13 19:49:59 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/transcode/transcode-0.6.3.20030116.ebuild,v 1.5 2003/02/13 20:34:04 phoenix Exp $ IUSE="sdl mmx mpeg sse dvd encode X quicktime avi" @@ -51,8 +51,9 @@ DEPEND=">=media-libs/a52dec-0.7.3 # dvd? ( media-libs/libdvdread )" -# Don't build with '-mfpmath=sse' or it will break. (Bug #14920) -filter-flags -mfpmath=sse +# Don't build with -mfpmath=sse || -fPic or it will break. (Bug #14920) +filter-flags -mfpmath=sse +filter-flags -fPic src_compile() { |