summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2025-06-15 13:12:13 +0200
committerGuido Falsi <madpilot@FreeBSD.org>2025-06-15 13:12:13 +0200
commita84d56840cffdb01d3bd81453354f647ae46c33e (patch)
tree7d4b30a2dbd041033b1f1722ba87fc3c3bc82308
parentmail/mailpit: Update to 1.26.1 (diff)
mail/courier-imap: Link dinamically to libinotify
-rw-r--r--mail/courier-imap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index 6f64f5841307..89e4c2a26574 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -113,7 +113,7 @@ post-patch:
${WRKSRC}/Makefile.in
post-patch-INOTIFY-on:
- @${REINPLACE_CMD} -e 's|LIBS = @LIBS@|& ${LOCALBASE}/lib/libinotify.a /usr/lib/libpthread.a|' \
+ @${REINPLACE_CMD} -e 's|LIBS = @LIBS@|& -L${LOCALBASE}/lib -linotify -lpthread|' \
${WRKSRC}/libs/maildir/Makefile.in \
${WRKSRC}/libs/imap/Makefile.in