diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-31 02:53:18 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-31 02:53:18 +0800 |
commit | b9feb12e46d747411113dacebc38beb82fc31370 (patch) | |
tree | 7728874f65ce7efe0b068412e8886a72a879d974 /mail | |
parent | 670bfe4db0f0cfb89664245fa10269b813f1d49b (diff) | |
download | freebsd-ports-gnome-b9feb12e46d747411113dacebc38beb82fc31370.tar.gz freebsd-ports-gnome-b9feb12e46d747411113dacebc38beb82fc31370.tar.zst freebsd-ports-gnome-b9feb12e46d747411113dacebc38beb82fc31370.zip |
finally fix the compilation without fam even if it's installed
Diffstat (limited to 'mail')
-rw-r--r-- | mail/courier-imap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 9760f27249c4..de9ee0a9ea18 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -134,7 +134,7 @@ EXTRA_DOCS= AUTHORS INSTALL NEWS imap/ChangeLog imap/README \ post-patch: .if defined(WITHOUT_FAM) - @${REINPLACE_CMD} -e 's|$$LIBFAM||g' \ + @${REINPLACE_CMD} -e 's|$$LIBFAM||g; s|HAVE_FAM|DO_NOT_HAVE_FAM|g' \ ${WRKSRC}/maildir/configure .endif @${REINPLACE_CMD} -e 's|^case x$$lockmethod in|${TEST} \&\& &|g' \ |