git: d9364a6e374e - 2025Q4 - mail/maildrop: Fix build with INOTIFY option
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Dec 2025 12:07:03 UTC
The branch 2025Q4 has been updated by madpilot:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d9364a6e374e51a30ad0da5461597d05694626cc
commit d9364a6e374e51a30ad0da5461597d05694626cc
Author: Guido Falsi <madpilot@FreeBSD.org>
AuthorDate: 2025-12-23 12:02:43 +0000
Commit: Guido Falsi <madpilot@FreeBSD.org>
CommitDate: 2025-12-23 12:06:50 +0000
mail/maildrop: Fix build with INOTIFY option
MFH: 2025Q4
(cherry picked from commit ad94950fa4021f280c2b7ea609b1263d0145c3e0)
---
mail/maildrop/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile
index b3d3a97b9531..9827e2ec9454 100644
--- a/mail/maildrop/Makefile
+++ b/mail/maildrop/Makefile
@@ -116,7 +116,7 @@ CONFIGURE_ARGS+= --disable-authlib
.endif
post-patch-INOTIFY-on:
- @${REINPLACE_CMD} -e 's|LIBS = @LIBS@|& ${LOCALBASE}/lib/libinotify.a /usr/lib/libpthread.a|' \
+ @${REINPLACE_CMD} -e 's|LIBS = @LIBS@|& ${LOCALBASE}/lib/libinotify.a -lpthread|' \
${WRKSRC}/libs/maildir/Makefile.in
post-configure-INOTIFY-on: