Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by Andraž Levstik (c835bf4d18c6d79534693a435d4c4d60ba932988)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by Andraž Levstik (c835bf4d18c6d79534693a435d4c4d60ba932988)
  • Date: Wed, 11 Apr 2007 03:33:21 -0500

GIT changes to master xorg-modular grimoire by Andraž Levstik
<ruskie AT mages.ath.cx>:

xorg-lib/libx11/BUILD | 2 +-
xorg-lib/libx11/CONFIGURE | 10 +++++-----
xorg-lib/libx11/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 6 deletions(-)

New commits:
commit c835bf4d18c6d79534693a435d4c4d60ba932988
Author: Andraž Levstik <ruskie AT mages.ath.cx>
Commit: Andraž Levstik <ruskie AT mages.ath.cx>

libx11: bug #13701, disable loadable i18n support

diff --git a/xorg-lib/libx11/BUILD b/xorg-lib/libx11/BUILD
index 2a487cc..68f436e 100755
--- a/xorg-lib/libx11/BUILD
+++ b/xorg-lib/libx11/BUILD
@@ -1,3 +1,3 @@
-OPTS="$LIBX11_OPTS $OPTS" &&
+OPTS="--disable-loadable-i18n $LIBX11_OPTS $OPTS" &&

default_build
diff --git a/xorg-lib/libx11/CONFIGURE b/xorg-lib/libx11/CONFIGURE
index 7c24b2c..3c5e78f 100755
--- a/xorg-lib/libx11/CONFIGURE
+++ b/xorg-lib/libx11/CONFIGURE
@@ -4,11 +4,11 @@ config_query_option LIBX11_OPTS
\
"--enable-secure-rpc" \
"--disable-secure-rpc" &&

-config_query_option LIBX11_OPTS \
- "Enable loadable i18n module support?" \
- n \
- "--enable-loadable-i18n" \
- "--disable-loadable-i18n" &&
+#config_query_option LIBX11_OPTS \
+# "Enable loadable i18n module support?" \
+# n \
+# "--enable-loadable-i18n" \
+# "--disable-loadable-i18n" &&

config_query_option LIBX11_OPTS \
"Enable loadable xcursor library support?" \
diff --git a/xorg-lib/libx11/HISTORY b/xorg-lib/libx11/HISTORY
index 91b2f02..3a96c50 100644
--- a/xorg-lib/libx11/HISTORY
+++ b/xorg-lib/libx11/HISTORY
@@ -1,3 +1,7 @@
+2007-04-11 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * CONFIGURE: removed loadable i18n module support #13701
+ * BUILD: disable loadable i18n module support #13701
+
2006-12-20 Juuso Alasuutari <iuso AT sourcemage.org>
* DEPENDS: Added EXPERIMENTAL notice for libxcb.




  • [SM-Commit] GIT changes to master xorg-modular grimoire by Andraž Levstik (c835bf4d18c6d79534693a435d4c4d60ba932988), Andraž Levstik, 04/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page