Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 589720 | Differences between
and this patch

Collapse All | Expand All

(-)a/calibre-2.55.0/setup/extensions.py (+1 lines)
Lines 549-554 Link Here
549
            INCLUDEPATH += {freetype}
549
            INCLUDEPATH += {freetype}
550
            DESTDIR = {destdir}
550
            DESTDIR = {destdir}
551
            CONFIG -= create_cmake  # Prevent qmake from generating a cmake build file which it puts in the calibre src directory
551
            CONFIG -= create_cmake  # Prevent qmake from generating a cmake build file which it puts in the calibre src directory
552
            CONFIG -= c++1z # Prevent to use that flag because is not supported until GCC 5.7
552
            QMAKE_LIBS_PRIVATE += {glib} {fontconfig}
553
            QMAKE_LIBS_PRIVATE += {glib} {fontconfig}
553
            ''').format(
554
            ''').format(
554
                headers=' '.join(headers), sources=' '.join(sources), others=' '.join(others), destdir=self.d(
555
                headers=' '.join(headers), sources=' '.join(sources), others=' '.join(others), destdir=self.d(

Return to bug 589720