From 5be195b7d08cb9654362869f0721ffd3f30980be Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 1 Sep 2020 06:57:45 +0000 Subject: [PATCH] - Force -fcommon for the time being to unbreak the build against modern compilers (abuse OPTIMIZER variable for this matter as we have to suppress it anyways and it is passed for both debug and release builds) - Enable verbose build like we normally do in the ports tree Reported by: pkg-fallout --- sysutils/xfsprogs/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sysutils/xfsprogs/Makefile b/sysutils/xfsprogs/Makefile index aea42928e45e..77e0f0558dcc 100644 --- a/sysutils/xfsprogs/Makefile +++ b/sysutils/xfsprogs/Makefile @@ -19,9 +19,10 @@ CPE_PRODUCT= ${PORTNAME} CPE_VENDOR= sgi USES= cpe gettext gmake libtool:build readline GNU_CONFIGURE= yes -CONFIGURE_ENV= OPTIMIZER=" " +CONFIGURE_ENV= OPTIMIZER=-fcommon CONFIGURE_ARGS= --disable-shared --enable-readline ALL_TARGET= # empty +MAKE_ARGS= V=1 OPTIONS_DEFINE= DOCS