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

# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../mutt/no_autogen_for_headercache.patch
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./imap/Makefile.in.orig 2005-02-03 16:30:34.000000000 -0300
+++ ./imap/Makefile.in 2005-02-03 16:32:05.000000000 -0300
@@ -120,7 +120,7 @@
noinst_LIBRARIES = libimap.a
noinst_HEADERS = auth.h imap_private.h message.h
-libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h message.c utf7.c util.c $(AUTHENTICATORS) $(GSSSOURCES)
+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)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
@@ -134,17 +134,17 @@
LIBS = @LIBS@
libimap_a_LIBADD =
@USE_SASL_TRUE@@USE_GSS_TRUE@libimap_a_OBJECTS = auth.o auth_login.o \
-@USE_SASL_TRUE@@USE_GSS_TRUE@browse.o command.o imap.o message.o utf7.o \
+@USE_SASL_TRUE@@USE_GSS_TRUE@browse.o command.o imap.o imap_headercache.o message.o utf7.o \
@USE_SASL_TRUE@@USE_GSS_TRUE@util.o auth_sasl.o auth_gss.o
@USE_SASL_FALSE@@USE_GSS_TRUE@libimap_a_OBJECTS = auth.o auth_login.o \
-@USE_SASL_FALSE@@USE_GSS_TRUE@browse.o command.o imap.o message.o \
+@USE_SASL_FALSE@@USE_GSS_TRUE@browse.o command.o imap.o imap_headercache.o message.o \
@USE_SASL_FALSE@@USE_GSS_TRUE@utf7.o util.o auth_anon.o auth_cram.o \
@USE_SASL_FALSE@@USE_GSS_TRUE@auth_gss.o
@USE_SASL_FALSE@@USE_GSS_FALSE@libimap_a_OBJECTS = auth.o auth_login.o \
-@USE_SASL_FALSE@@USE_GSS_FALSE@browse.o command.o imap.o message.o \
+@USE_SASL_FALSE@@USE_GSS_FALSE@browse.o command.o imap.o imap_headercache.o message.o \
@USE_SASL_FALSE@@USE_GSS_FALSE@utf7.o util.o auth_anon.o auth_cram.o
@USE_SASL_TRUE@@USE_GSS_FALSE@libimap_a_OBJECTS = auth.o auth_login.o \
-@USE_SASL_TRUE@@USE_GSS_FALSE@browse.o command.o imap.o message.o \
+@USE_SASL_TRUE@@USE_GSS_FALSE@browse.o command.o imap.o imap_headercache.o message.o \
@USE_SASL_TRUE@@USE_GSS_FALSE@utf7.o util.o auth_sasl.o
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)