Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 442690 Details for
Bug 589720
app-text/calibre-2.55.0 and app-text/calibre-2.63.0 fail at build because of unsupported GCC feature
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch for 2.63.0 version
calibre-2.63-gcc49-fix.patch (text/plain), 682 bytes, created by
jorgicio
on 2016-08-06 19:32:40 UTC
(
hide
)
Description:
The patch for 2.63.0 version
Filename:
MIME Type:
Creator:
jorgicio
Created:
2016-08-06 19:32:40 UTC
Size:
682 bytes
patch
obsolete
>diff -Naur a/setup/build.py b/setup/build.py >--- a/setup/build.py 2016-08-06 15:25:50.260688336 -0400 >+++ b/setup/build.py 2016-08-06 15:26:43.400688417 -0400 >@@ -364,6 +364,7 @@ > INCLUDEPATH += {freetype} > DESTDIR = {destdir} > CONFIG -= create_cmake # Prevent qmake from generating a cmake build file which it puts in the calibre src directory >+ CONFIG -= c++1z # Prevents to use that feature because is not supported in GCC older than 5.7 > QMAKE_LIBS_PRIVATE += {glib} {fontconfig} > ''').format( > headers=' '.join(headers), sources=' '.join(sources), others=' '.join(others), destdir=self.d(
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 589720
:
441568
|
441662
| 442690