From 4c49ec3d35d11286e1a990a8f0463c8171d48cc4 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Mon, 24 Aug 2020 23:53:31 +0000 Subject: [PATCH] security/medusa: Fix build on 13-CURRENT Reported by: pkg-fallout --- security/medusa/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/medusa/Makefile b/security/medusa/Makefile index 5c477ce3f360..970339ca28bf 100644 --- a/security/medusa/Makefile +++ b/security/medusa/Makefile @@ -18,6 +18,7 @@ USES= ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-module-ncp=no --enable-module-afp=no +CFLAGS+= -fcommon OPTIONS_DEFINE= SVN PGSQL DOCS OPTIONS_SUB= yes