svn commit: r547239 - head/sysutils/xfsprogs

Alexey Dokuchaev danfe at FreeBSD.org
Tue Sep 1 06:57:46 UTC 2020


Author: danfe
Date: Tue Sep  1 06:57:45 2020
New Revision: 547239
URL: https://svnweb.freebsd.org/changeset/ports/547239

Log:
  - 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

Modified:
  head/sysutils/xfsprogs/Makefile

Modified: head/sysutils/xfsprogs/Makefile
==============================================================================
--- head/sysutils/xfsprogs/Makefile	Tue Sep  1 04:13:44 2020	(r547238)
+++ head/sysutils/xfsprogs/Makefile	Tue Sep  1 06:57:45 2020	(r547239)
@@ -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
 


More information about the svn-ports-head mailing list