Skip to content

Instantly share code, notes, and snippets.

@pramodk
Created June 8, 2019 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pramodk/2c7eafcd012c97ad7c8018edacd943a1 to your computer and use it in GitHub Desktop.
Save pramodk/2c7eafcd012c97ad7c8018edacd943a1 to your computer and use it in GitHub Desktop.
Patch for CUBE's Blade plugin version 0.1
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