Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 204877
Collapse All | Expand All

(-)PyQt-x11-gpl-4.4.4~orig/configure.py (-1 / +3 lines)
Lines 666-671 Link Here
666
                install_dir=pydbusmoddir,
666
                install_dir=pydbusmoddir,
667
                qt=["QtCore"],
667
                qt=["QtCore"],
668
                debug=opts.debug,
668
                debug=opts.debug,
669
                strip=0,
669
                universal=sipcfg.universal
670
                universal=sipcfg.universal
670
            )
671
            )
671
672
Lines 1350-1355 Link Here
1350
        warnings=1,
1351
        warnings=1,
1351
        static=opts.static,
1352
        static=opts.static,
1352
        debug=opts.debug,
1353
        debug=opts.debug,
1354
        strip=0,
1353
        universal=sipcfg.universal
1355
        universal=sipcfg.universal
1354
    )
1356
    )
1355
1357
Lines 1510-1516 Link Here
1510
        # The Qt binary installer has macx-xcode as the default.
1512
        # The Qt binary installer has macx-xcode as the default.
1511
        args = "-spec macx-g++ " + args
1513
        args = "-spec macx-g++ " + args
1512
1514
1513
    return args
1515
    return " QMAKE_STRIP= " + args
1514
1516
1515
1517
1516
def get_qt_configuration():
1518
def get_qt_configuration():

Return to bug 204877