Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 441568 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
calibre-2.55-gcc49-fix.patch (text/plain), 733 bytes, created by
jorgicio
on 2016-07-26 04:57:33 UTC
(
hide
)
Description:
The patch
Filename:
MIME Type:
Creator:
jorgicio
Created:
2016-07-26 04:57:33 UTC
Size:
733 bytes
patch
obsolete
>diff -Naur calibre-2.55.0/setup/extensions.py b/setup/extensions.py >--- a/calibre-2.55.0/setup/extensions.py 2016-07-26 00:45:40.767166827 -0400 >+++ b/calibre-2.55.0/setup/extensions.py 2016-07-26 00:47:31.777169011 -0400 >@@ -549,6 +549,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 # Prevent to use that flag because is not supported until GCC 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