[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (29be9f78e7ff00919e2323c355121b9bc6907f47)
Ladislav Hagara
scm at sourcemage.org
Thu Dec 22 14:54:50 EST 2011
GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:
x11-toolkits/qt4/CONFIGURE | 4 ++++
x11-toolkits/qt4/HISTORY | 3 +++
2 files changed, 7 insertions(+)
New commits:
commit 29be9f78e7ff00919e2323c355121b9bc6907f47
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>
qt4: -qt-gif removed from saved QT_GIF
diff --git a/x11-toolkits/qt4/CONFIGURE b/x11-toolkits/qt4/CONFIGURE
index 94eeb76..dc02c5d 100755
--- a/x11-toolkits/qt4/CONFIGURE
+++ b/x11-toolkits/qt4/CONFIGURE
@@ -36,6 +36,10 @@ config_query_option QT_XRAMA 'Enable Xinerama support?' n \
'-xinerama' \
'-no-xinerama' &&
+if list_find "$QT_GIF" "-qt-gif"; then
+ list_remove "QT_GIF" "-qt-gif"
+fi &&
+
config_query_option QT_GIF 'Enable GIF support?' y \
'' \
'-no-gif' &&
diff --git a/x11-toolkits/qt4/HISTORY b/x11-toolkits/qt4/HISTORY
index fb3818b..ad81f46 100644
--- a/x11-toolkits/qt4/HISTORY
+++ b/x11-toolkits/qt4/HISTORY
@@ -1,3 +1,6 @@
+2011-12-22 Ladislav Hagara <hgr at vabo.cz>
+ * CONFIGURE: -qt-gif removed from saved QT_GIF
+
2011-12-15 Ladislav Hagara <hgr at vabo.cz>
* DETAILS: 4.8.0
* CONFIGURE: -qt-gif removed
More information about the SM-Commit
mailing list