git: 67bd3aac2c47 - 2025Q2 - mail/courier-imap: Link dinamically to libinotify
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 15 Jun 2025 11:13:19 UTC
The branch 2025Q2 has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=67bd3aac2c477fe0ee5ed5b97669fe0cd6a270bc
commit 67bd3aac2c477fe0ee5ed5b97669fe0cd6a270bc
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-06-15 11:12:13 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-06-15 11:13:11 +0000
mail/courier-imap: Link dinamically to libinotify
(cherry picked from commit a84d56840cffdb01d3bd81453354f647ae46c33e)
---
mail/courier-imap/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile
index 5c4471ce99b5..5053b55cd29e 100644
--- a/mail/courier-imap/Makefile
+++ b/mail/courier-imap/Makefile
@@ -114,7 +114,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