1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/mail/mahogany/files/patch-c-client-Makefile
Pav Lucistnik bdadb86ec4 - Unbreak on 5.x
PR:		ports/67457
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-06-02 01:21:25 +00:00

12 lines
530 B
Plaintext

--- extra/src/c-client/Makefile.old Tue Jun 1 19:59:40 2004
+++ extra/src/c-client/Makefile Tue Jun 1 20:00:37 2004
@@ -866,7 +866,7 @@
echo $(CC) > CCTYPE
echo $(CFLAGS) > CFLAGS
echo -DCREATEPROTO=$(CREATEPROTO) -DEMPTYPROTO=$(EMPTYPROTO) \
- -DMAILSPOOL=\"$(MAILSPOOL)\" \
+ -DMD5ENABLE=\"/etc/cram-md5.pwd\" -DMAILSPOOL=\"$(MAILSPOOL)\" \
-DANONYMOUSHOME=\"$(MAILSPOOL)/anonymous\" \
-DACTIVEFILE=\"$(ACTIVEFILE)\" -DNEWSSPOOL=\"$(NEWSSPOOL)\" \
-DRSHPATH=\"$(RSHPATH)\" -DLOCKPGM=\"$(LOCKPGM)\" > OSCFLAGS