Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32894 Details for
Bug 52385
libmatroska fails to compile on gcc 3.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patches the ebuild to inherit gcc and adds -finput-charset=ISO8859-15 based on gcc3.4
libmatroska-0.7.0.ebuild.patch (text/plain), 1018 bytes, created by
Disenchanted (RETIRED)
on 2004-06-07 15:54:19 UTC
(
hide
)
Description:
patches the ebuild to inherit gcc and adds -finput-charset=ISO8859-15 based on gcc3.4
Filename:
MIME Type:
Creator:
Disenchanted (RETIRED)
Created:
2004-06-07 15:54:19 UTC
Size:
1018 bytes
patch
obsolete
>--- libmatroska-0.7.0.ebuild 2004-05-27 14:38:19.000000000 -0500 >+++ libmatroska-0.7.0.ebuild 2004-06-07 17:41:28.794638104 -0500 >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /home/cvsroot/gentoo-x86/media-libs/libmatroska/libmatroska-0.7.0.ebuild,v 1.3 2004/05/27 19:16:51 avenj Exp $ > >-inherit flag-o-matic >+inherit flag-o-matic gcc > > IUSE="" > >@@ -21,13 +21,19 @@ > > src_compile() { > cd ${S}/make/linux >- > # This is needed on amd64 to create shared libraries that make > # use of matroska, like libvlcplugin from vlc. > # Travis Tilley <lv@gentoo.org> 09 Apr 2004 > use amd64 && append-flags -fPIC > > sed -i -e 's/CXXFLAGS=/CXXFLAGS+=/g' Makefile >+ >+ #fixes locale for gcc3.4.0 to close bug 52385 >+ if [ "`gcc-major-version`" -ge "3" -a "`gcc-minor-version`" -ge "4" ] >+ then >+ append-flags -finput-charset=ISO8859-15 >+ fi >+ > make PREFIX=/usr \ > LIBEBML_INCLUDE_DIR=/usr/include/ebml \ > LIBEBML_LIB_DIR=/usr/lib || die "make failed"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 52385
: 32894