Revert "qt48: use tabs in the Makefile patch"
to apply a different fix, since the current one does not apply to Darwin. This reverts commit bfaf7ae5aee2fdea952341911b68b54df7541c9c.
This commit is contained in:
parent
a8f3df29c6
commit
64f945efd2
@ -128,7 +128,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postConfigure = ''
|
postConfigure = ''
|
||||||
echo "applying patch ${./parallel-build.patch}"
|
echo "applying patch ${./parallel-build.patch}"
|
||||||
patch -p1 -i ${./parallel-build.patch}
|
patch -p1 < ${./parallel-build.patch}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
prefixKey = "-prefix ";
|
prefixKey = "-prefix ";
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/tools/designer/src/lib/Makefile
|
--- a/tools/designer/src/lib/Makefile
|
||||||
+++ b/tools/designer/src/lib/Makefile
|
+++ b/tools/designer/src/lib/Makefile
|
||||||
@@ -7167,2 +7167,3 @@ compiler_moc_header_clean:
|
@@ -7167,2 +7167,3 @@ compiler_moc_header_clean:
|
||||||
.uic/release-shared/ui_qtgradientviewdialog.h \
|
.uic/release-shared/ui_qtgradientviewdialog.h \
|
||||||
+ .uic/release-shared/ui_qtgradientview.h \
|
+ .uic/release-shared/ui_qtgradientview.h \
|
||||||
../../../shared/qtgradienteditor/qtgradientviewdialog.h
|
../../../shared/qtgradienteditor/qtgradientviewdialog.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user