neverball-1.5.2-fix-locale-dir.patch 489 B

1234567891011121314
  1. diff -p -up neverball-1.5.2/Makefile~ neverball-1.5.2/Makefile
  2. --- neverball-1.5.2/Makefile~ 2009-08-16 20:10:21.000000000 +0200
  3. +++ neverball-1.5.2/Makefile 2009-08-28 09:10:33.000000000 +0200
  4. @@ -75,7 +75,7 @@ ALL_CPPFLAGS := $(SDL_CPPFLAGS) $(PNG_CP
  5. ALL_CPPFLAGS += \
  6. -DCONFIG_USER=\"$(USERDIR)\" \
  7. -DCONFIG_DATA=\"$(DATADIR)\" \
  8. - -DCONFIG_LOCALE=\"$(LOCALEDIR)\"
  9. + -DCONFIG_LOCALE=\"/usr/share/locale\"
  10. ifeq ($(ENABLE_NLS),0)
  11. ALL_CPPFLAGS += -DENABLE_NLS=0