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.

48 lines
2.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../mutt/no_autogen_for_headercache.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. --- ./imap/Makefile.in.orig 2005-02-03 16:30:34.000000000 -0300
  17. +++ ./imap/Makefile.in 2005-02-03 16:32:05.000000000 -0300
  18. @@ -120,7 +120,7 @@
  19. noinst_LIBRARIES = libimap.a
  20. noinst_HEADERS = auth.h imap_private.h message.h
  21. -libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
  22. +libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h imap_headercache.c imap_headercache.h message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
  23. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  24. CONFIG_HEADER = ../config.h
  25. @@ -134,17 +134,17 @@
  26. LIBS = @LIBS@
  27. libimap_a_LIBADD =
  28. @USE_SASL_TRUE@@USE_GSS_TRUE@libimap_a_OBJECTS = auth.o auth_login.o \
  29. -@USE_SASL_TRUE@@USE_GSS_TRUE@browse.o command.o imap.o message.o utf7.o \
  30. +@USE_SASL_TRUE@@USE_GSS_TRUE@browse.o command.o imap.o imap_headercache.o message.o utf7.o \
  31. @USE_SASL_TRUE@@USE_GSS_TRUE@util.o auth_sasl.o auth_gss.o
  32. @USE_SASL_FALSE@@USE_GSS_TRUE@libimap_a_OBJECTS = auth.o auth_login.o \
  33. -@USE_SASL_FALSE@@USE_GSS_TRUE@browse.o command.o imap.o message.o \
  34. +@USE_SASL_FALSE@@USE_GSS_TRUE@browse.o command.o imap.o imap_headercache.o message.o \
  35. @USE_SASL_FALSE@@USE_GSS_TRUE@utf7.o util.o auth_anon.o auth_cram.o \
  36. @USE_SASL_FALSE@@USE_GSS_TRUE@auth_gss.o
  37. @USE_SASL_FALSE@@USE_GSS_FALSE@libimap_a_OBJECTS = auth.o auth_login.o \
  38. -@USE_SASL_FALSE@@USE_GSS_FALSE@browse.o command.o imap.o message.o \
  39. +@USE_SASL_FALSE@@USE_GSS_FALSE@browse.o command.o imap.o imap_headercache.o message.o \
  40. @USE_SASL_FALSE@@USE_GSS_FALSE@utf7.o util.o auth_anon.o auth_cram.o
  41. @USE_SASL_TRUE@@USE_GSS_FALSE@libimap_a_OBJECTS = auth.o auth_login.o \
  42. -@USE_SASL_TRUE@@USE_GSS_FALSE@browse.o command.o imap.o message.o \
  43. +@USE_SASL_TRUE@@USE_GSS_FALSE@browse.o command.o imap.o imap_headercache.o message.o \
  44. @USE_SASL_TRUE@@USE_GSS_FALSE@utf7.o util.o auth_sasl.o
  45. CFLAGS = @CFLAGS@
  46. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)