From 03290a345a76dfc0d504b2083b2e28223ea67e43 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Feb 2021 14:56:09 +0100 Subject: Import from Fedora --- imap-2007e-system_c_client.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 imap-2007e-system_c_client.patch (limited to 'imap-2007e-system_c_client.patch') diff --git a/imap-2007e-system_c_client.patch b/imap-2007e-system_c_client.patch new file mode 100644 index 0000000..823af50 --- /dev/null +++ b/imap-2007e-system_c_client.patch @@ -0,0 +1,17 @@ +diff -up imap-2007e/Makefile.system_c_client imap-2007e/Makefile +--- imap-2007e/Makefile.system_c_client 2008-06-04 13:43:35.000000000 -0500 ++++ imap-2007e/Makefile 2011-06-13 14:13:04.467014334 -0500 +@@ -665,9 +665,11 @@ an ua: + @$(MAKE) ssl$(SSLTYPE) + @echo Applying $@ process to sources... + $(TOOLS)/$@ "$(LN)" src/c-client c-client +- $(TOOLS)/$@ "$(LN)" src/ansilib c-client +- $(TOOLS)/$@ "$(LN)" src/charset c-client ++ $(TOOLS)/$@ "$(LN)" src/ansilib c-client ++ $(TOOLS)/$@ "$(LN)" src/charset c-client + $(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client ++ cp -alf /usr/include/imap/* c-client/ ++ #sleep 5 + $(TOOLS)/$@ "$(LN)" src/mtest mtest + $(TOOLS)/$@ "$(LN)" src/ipopd ipopd + $(TOOLS)/$@ "$(LN)" src/imapd imapd -- cgit