summaryrefslogtreecommitdiff
path: root/mail/mailsync/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mailsync/patches/patch-aa')
-rw-r--r--mail/mailsync/patches/patch-aa34
1 files changed, 0 insertions, 34 deletions
diff --git a/mail/mailsync/patches/patch-aa b/mail/mailsync/patches/patch-aa
deleted file mode 100644
index 79960f423c9..00000000000
--- a/mail/mailsync/patches/patch-aa
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2004/04/22 23:41:27 ben Exp $
-
---- Makefile.orig Thu Oct 24 07:03:07 2002
-+++ Makefile
-@@ -1,13 +1,13 @@
- # compiling with g++-3 worked for me with the commented ## lines - tpo
-
- # path to c-client headers
--C = /usr/include/c-client
-+C = ${PREFIX}/include/c-client
- #C = ../../libs/imap-2002.RC5/c-client/
- ##C = /usr/include/c-client -I/usr/include/g++-v3/
-
- # path to c-client library
- # linking dynamically
--CCLIENTLIB = /usr/lib/libc-client.so
-+CCLIENTLIB = ${PREFIX}/lib/libc-client.so
- # linkging statically
- #CCLIENTLIB = ../imap-2001a/c-client/c-client.a
-
-@@ -16,10 +16,11 @@ CC = g++
- ##CC = g++-3.0
-
- # flags for your compiler
--CFLAGS = -g -O2 -Wall -I$(C)
-+CFLAGS += -I$(C)
-
- # required libraries
--LDFLAGS = -lm -lssl -lgssapi_krb5
-+LDFLAGS += -lm -lssl
-+# -lgssapi_krb5
- # if your system requires pam to access crypt() you have to link pam in
- #LDFLAGS = -lm -lssl -lpam
-