diff options
author | Mike Westerhof <mwester@dls.net> | 2008-10-12 20:15:35 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2008-10-12 20:15:35 +0000 |
commit | de99761408a4b8599de909b0c0d4644465475341 (patch) | |
tree | a791250002e9b654be9f3e7358ae6475a022e288 | |
parent | 732e607609d7480ff48e20b940d5f632b34fe432 (diff) |
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.
-rw-r--r-- | conf/distro/include/slugos.inc | 4 |
1 files 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+" |