svn commit: r546304 - head/databases/percona57-server

Dima Panov fluffy at FreeBSD.org
Wed Aug 26 23:51:34 UTC 2020


Author: fluffy
Date: Wed Aug 26 23:51:34 2020
New Revision: 546304
URL: https://svnweb.freebsd.org/changeset/ports/546304

Log:
  - databases/percona57-server: Add -fcommon to CFLAGS as quick workaround
   to unbreak build on -current
  
  Reported by:	pkg-fallout

Modified:
  head/databases/percona57-server/Makefile

Modified: head/databases/percona57-server/Makefile
==============================================================================
--- head/databases/percona57-server/Makefile	Wed Aug 26 23:51:06 2020	(r546303)
+++ head/databases/percona57-server/Makefile	Wed Aug 26 23:51:34 2020	(r546304)
@@ -161,6 +161,9 @@ post-patch:
 
 .include <bsd.port.pre.mk>
 
+# Workaround to clang11/gcc10 with -fno-common by default
+CFLAGS+=	-fcommon
+
 .if ${CHOSEN_COMPILER_TYPE} == gcc
 CXXFLAGS+=	-fpermissive
 .endif


More information about the svn-ports-all mailing list