diff options
author | bouyer <bouyer@pkgsrc.org> | 2003-03-31 16:18:04 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2003-03-31 16:18:04 +0000 |
commit | 211308b09b9b96b6816f7f0320849426484a995f (patch) | |
tree | 2c4eaa50b297fdee7200ed45e47e2196b227b294 /mail/imap-uw | |
parent | 169341a292f0c629f956c8c54f8ed04f95310bcd (diff) | |
download | pkgsrc-211308b09b9b96b6816f7f0320849426484a995f.tar.gz |
Add flocksim.h to the list of c-client includes. It's required on solaris,
and even if not used on other systems it doesn't hurt.
Diffstat (limited to 'mail/imap-uw')
-rw-r--r-- | mail/imap-uw/Makefile | 10 | ||||
-rw-r--r-- | mail/imap-uw/PLIST | 3 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index c4178c32fb7..84450024cdc 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2003/02/13 19:22:44 abs Exp $ +# $NetBSD: Makefile,v 1.55 2003/03/31 16:18:04 bouyer Exp $ DISTNAME= imap-2002b PKGNAME= imap-uw-2002.2 @@ -36,10 +36,10 @@ ALL_TARGET+= EXTRAAUTHENTICATORS="gss" .endif BUILD_DEFS+= IMAP_UW_CCLIENT_MBOX_FMT IMAP_UW_NO_CLEARTEXT -CCLIENT_INCS= c-client.h env.h env_unix.h flstring.h fs.h ftl.h \ - imap4r1.h linkage.c linkage.h mail.h misc.h netmsg.h \ - newsrc.h nl.h nntp.h osdep.h pop3.h rfc822.h smtp.h \ - tcp.h utf8.h +CCLIENT_INCS= c-client.h env.h env_unix.h flocksim.h flstring.h \ + fs.h ftl.h imap4r1.h linkage.c linkage.h mail.h misc.h \ + netmsg.h newsrc.h nl.h nntp.h osdep.h pop3.h rfc822.h \ + smtp.h tcp.h utf8.h CCLIENT_LIB= libc-client.la CCLIENT_PICLIB= libc-client_pic.a CCLIENT_MAJOR= 4 diff --git a/mail/imap-uw/PLIST b/mail/imap-uw/PLIST index 93f50d02e3b..bd157668276 100644 --- a/mail/imap-uw/PLIST +++ b/mail/imap-uw/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2002/12/11 12:21:21 tron Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/03/31 16:18:05 bouyer Exp $ include/c-client/c-client.h include/c-client/env.h include/c-client/env_unix.h +include/c-client/flocksim.h include/c-client/flstring.h include/c-client/fs.h include/c-client/ftl.h |