git: 93fd9357ed5e - main - mail/milter-manager: Fix build with Ruby 3.x
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Mar 2022 05:04:57 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=93fd9357ed5e9c629bb6e9956708f5fea9eaa02f
commit 93fd9357ed5e9c629bb6e9956708f5fea9eaa02f
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2022-03-11 20:42:46 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2022-03-14 04:59:59 +0000
mail/milter-manager: Fix build with Ruby 3.x
PR: 262530
---
mail/milter-manager/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile
index 788173c7f8dd..19fc2fce4452 100644
--- a/mail/milter-manager/Makefile
+++ b/mail/milter-manager/Makefile
@@ -29,6 +29,7 @@ CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \
INSTALL_TARGET= install-strip
+CFLAGS+= -fdeclspec
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib