
* qt: move licence acceptance from qt3krell.patch to qt3accept.patch
* qt: ensure that ptrdiff_t is defined for qt@3.3.8b
* qt: disable webglplugin for qt@5.10~opengl
* qt: depend on libxext (for qt@3 and @4)
* qt: avoid X dependencies on darwin platforms
* Revert "qt: avoid X dependencies on darwin platforms"
This reverts commit 05ce08de94
.
* qt: limit range of versions depending on libxext
39 lines
946 B
Diff
39 lines
946 B
Diff
--- qt-x11-free-3.3.8b/configure 2008-01-15 13:09:15.000000000 -0600
|
|
+++ qt-x11-free-3.3.8b-fixes/configure 2015-07-08 15:49:03.379560633 -0500
|
|
@@ -2339,7 +2339,7 @@
|
|
else
|
|
echo "Do you accept the terms of the $TheLicense? \c"
|
|
fi
|
|
- read acceptance
|
|
+ acceptance=yes
|
|
echo
|
|
if [ "$acceptance" = yes ]; then
|
|
break
|
|
@@ -2397,7 +2397,7 @@
|
|
else
|
|
echo "Do you accept the terms of $affix license? \c"
|
|
fi
|
|
- read acceptance
|
|
+ acceptance=yes
|
|
echo
|
|
if [ "$acceptance" = "yes" ]; then
|
|
break
|
|
@@ -2443,7 +2443,7 @@
|
|
else
|
|
echo "Do you accept the terms of the license? \c"
|
|
fi
|
|
- read acceptance
|
|
+ acceptance=yes
|
|
echo
|
|
if [ "$acceptance" = "yes" ]; then
|
|
break
|
|
@@ -2524,7 +2524,7 @@
|
|
else
|
|
echo "Do you accept the terms of the $Platform License? \c"
|
|
fi
|
|
- read acceptance
|
|
+ acceptance=yes
|
|
echo
|
|
if [ "$acceptance" = "yes" ]; then
|
|
break
|