mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
13 lines
462 B
Plaintext
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
|