Files
bsdports/xapp/libqt5-base/files/patch-x-configure
2020-10-24 09:50:06 +00:00

13 lines
462 B
Plaintext

--- ./configure.orig 2019-01-28 19:11:52.000000000 +0200
+++ ./configure 2019-03-17 13:46:10.483553000 +0200
@@ -855,7 +855,7 @@
fi
if [ -n "$CFG_HOST_QT_TOOLS_PATH" ]; then
- "$CFG_HOST_QT_TOOLS_PATH/qmake" -qtconf "$QTCONFFILE" "$relpathMangled" -- "$@"
+ "$CFG_HOST_QT_TOOLS_PATH/qmake" -qtconf "$QTCONFFILE" "$relpathMangled" -- "$@"
else
- "$outpath/bin/qmake" "$relpathMangled" -- "$@"
+ "$outpath/bin/qmake" "$relpathMangled" -- "$@"
fi