From de99761408a4b8599de909b0c0d4644465475341 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Sun, 12 Oct 2008 20:15:35 +0000 Subject: slugos.inc: conf - revert PREFERRED_VERSION for the older gettext tools The patches requires to e2fsprogs* to make it work with the newer gettext stuff make it no longer work at all with the older gettext. Note that this may break more packages than just e2fsprogs* but there is little that can be done about that or to identify it, it seems. --- conf/distro/include/slugos.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/distro/include/slugos.inc b/conf/distro/include/slugos.inc index a111df116c..45e8e9171b 100644 --- a/conf/distro/include/slugos.inc +++ b/conf/distro/include/slugos.inc @@ -158,8 +158,8 @@ PREFERRED_VERSION_pango ?= 1.20.5 PREFERRED_VERSION_glib-2.0 ?= 2.16.1 # Stick with an older gettext -PREFERRED_VERSION_gettext ?= "0.14.1" -PREFERRED_VERSION_gettext-native ?= "0.14.1" +#PREFERRED_VERSION_gettext ?= "0.14.1" +#PREFERRED_VERSION_gettext-native ?= "0.14.1" # we don't ship gtk-directfb by default PREFERRED_PROVIDER_gtk+ ?= "gtk+" -- cgit v1.2.3