https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240494

Raphael Kubo da Costa <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|maintainer-feedback?(kde@Fr |maintainer-feedback+
                   |eeBSD.org)                  |

--- Comment #1 from Raphael Kubo da Costa <[email protected]> ---
This seems to affect all ports that use qmake as a build system (i.e. not the
ports that use CMake and have USES=qmake).

Even though qmake is invoked with CONFIG+=debug and QT_CONFIG+='debug
separate_debug_info', /usr/local/lib/qt5/mkspecs/qconfig.pri has
"separate_debug_info" in QT.global.disabled_features, so the
qtConfig(separate_debug_info) check in /usr/local/lib/qt5/mkspecs/qt_common.prf
will fail.

Adding "separate_debug_info" to 

    QMAKE_ARGS+=            CONFIG+="debug separate_debug_info" \

in Uses/qmake.mk, but it might break pkg-plist in ports that don't have
separate .debug entries for their libraries.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to