OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../elinks/no_nls.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. 2006-04-02: we have to compile elinks without NLS support because of conflicts with glibc
  17. --- elinks-0.11.1/src/intl/gettext/Makefile.orig 2006-04-02 11:33:24.000000000 +0200
  18. +++ elinks-0.11.1/src/intl/gettext/Makefile 2006-04-02 11:36:39.000000000 +0200
  19. @@ -26,9 +26,9 @@
  20. # $(builddir)/charset.alias: $(srcdir)config.charset
  21. -$(builddir)/charset.alias: $(srcdir)config.charset
  22. - $(SHELL) $(srcdir)config.charset '$(host)' > $@.new
  23. - mv $@.new $@
  24. +#$(builddir)/charset.alias: $(srcdir)config.charset
  25. +# $(SHELL) $(srcdir)config.charset '$(host)' > $@.new
  26. +# mv $@.new $@
  27. # FIXME: Building plural.c from plural.y on the fly doesn't work
  28. @@ -40,8 +40,8 @@
  29. $(YACC) $(YFLAGS) --output $@ $<
  30. rm -f $*.h
  31. -install-local: $(builddir)/charset.alias all
  32. - @if test '$(CONFIG_NLS)' = yes; then \
  33. +install-local: all
  34. + @if test '$(CONFIG_NLS)' = no; then \
  35. temp=$(DESTDIR)$(libdir)/t-charset.alias; \
  36. dest=$(DESTDIR)$(libdir)/charset.alias; \
  37. if test -f $(DESTDIR)$(libdir)/charset.alias; then \