Patch for CUBE's Blade plugin version 0.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure b/configure | |
index cdd3e69..abeaec1 100755 | |
--- a/configure | |
+++ b/configure | |
@@ -18204,7 +18204,6 @@ $as_echo_n "checking whether host operating system is Darwin... " >&6; } | |
then | |
QT_SPECS="macx-g++" | |
fi | |
- at_qmake_args='-spec macx-g++' | |
;; | |
esac | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $at_darwin" >&5 | |
@@ -18452,7 +18451,7 @@ if ${at_cv_QT_VERSION+:} false; then : | |
else | |
echo "$as_me:$LINENO: Running $QMAKE --version:" >&5 | |
$QMAKE --version >&5 2>&1 | |
- qmake_version_sed='/^.*Qt.version.\([0-9]\.[0-9]\.[0-9]\).in.*$/!d;s//\1/' | |
+ qmake_version_sed='/^.*Qt.version.\([0-9]*\.[0-9]*\.[0-9]*\).in.*$/!d;s//\1/' | |
at_cv_QT_VERSION=`$QMAKE --version 2>&1 | sed "$qmake_version_sed"` | |
fi | |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $at_cv_QT_VERSION" >&5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment