summaryrefslogtreecommitdiff
path: root/plugins/mailbox/patches/mailbox-0.4.0-debian.diff
blob: e9c672b8f7e10383cb478fd927884936cb3f7237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- mailbox-0.4.0/Makefile.orig
+++ mailbox-0.4.0/Makefile
@@ -43,18 +43,18 @@
 #  Gentoo
 #  ------
 #  emerge c-client
-
-IMAPINCDIR ?= /usr/include/imap
-IMAPLFLAGS ?= -lc-client -lssl -lpam
+#
+# IMAPINCDIR ?= /usr/include/imap
+# IMAPLFLAGS ?= -lc-client -lssl -lpam
 
 #
 #  Debian 3.0
 #  ----------
 #  install the packages 'libc-client2001-dev'
 #  and set the following variables
-#
-# IMAPINCDIR ?= /usr/include/c-client
-# IMAPLFLAGS ?= -lc-client
+
+IMAPINCDIR ?= /usr/include/c-client
+IMAPLFLAGS ?= -lc-client
 #
 #  or install 'libc-client-ssh2001-dev'
 #  and set the following variables