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

Collapse All | Expand All

(-)VirtualBox-6.1.26~/configure (+2 lines)
Lines 1624-1629 EOF Link Here
1624
        else
1624
        else
1625
          # Strip .../QtCore as we add components ourself:
1625
          # Strip .../QtCore as we add components ourself:
1626
          INCQT5=`echo "$INCQT5"|$KBUILD_SED 's|\([^ ]*\)/QtCore|\1|g; s| $||g'`
1626
          INCQT5=`echo "$INCQT5"|$KBUILD_SED 's|\([^ ]*\)/QtCore|\1|g; s| $||g'`
1627
          # Strip .../QtGui as we add components ourself:
1628
          INCQT5=`echo "$INCQT5"|$KBUILD_SED 's|\([^ ]*\)/QtGui|\1|g; s| $||g'`
1627
          # store only the first path, remove all other paths
1629
          # store only the first path, remove all other paths
1628
          # most likely pkg-config gave us -I/usr/include/qt5 -I/usr/include/qt5/QtCore
1630
          # most likely pkg-config gave us -I/usr/include/qt5 -I/usr/include/qt5/QtCore
1629
          INCQT5=`echo "$INCQT5"|$KBUILD_SED 's|\([^ ]*\) .*|\1|'`
1631
          INCQT5=`echo "$INCQT5"|$KBUILD_SED 's|\([^ ]*\) .*|\1|'`

Return to bug 805365