slugos.inc: conf - revert PREFERRED_VERSION for the older gettext tools
authorMike Westerhof <mwester@dls.net>
Sun, 12 Oct 2008 20:15:35 +0000 (20:15 +0000)
committerMike Westerhof <mwester@dls.net>
Sun, 12 Oct 2008 20:15:35 +0000 (20:15 +0000)
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

index a111df1..45e8e91 100644 (file)
@@ -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+"