Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 17:43:24 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546769 - head/x11-wm/compiz-plugins-main
Message-ID:  <202008281743.07SHhOEE002434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Fri Aug 28 17:43:23 2020
New Revision: 546769
URL: https://svnweb.freebsd.org/changeset/ports/546769

Log:
  x11-wm/compiz-plugins-main: fix build on recent current

Modified:
  head/x11-wm/compiz-plugins-main/Makefile

Modified: head/x11-wm/compiz-plugins-main/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-main/Makefile	Fri Aug 28 17:41:34 2020	(r546768)
+++ head/x11-wm/compiz-plugins-main/Makefile	Fri Aug 28 17:43:23 2020	(r546769)
@@ -30,6 +30,9 @@ USE_GNOME=	gconf2 intltool libxslt
 USE_XORG=	ice sm x11 xcomposite xdamage xext xfixes xinerama xorgproto xrandr xrender
 USE_LDCONFIG=	yes
 
+# Fix build with clang11
+CFLAGS+=	-fcommon
+
 GCONF_SCHEMAS=	compiz-animation.schemas \
 		compiz-colorfilter.schemas \
 		compiz-expo.schemas \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008281743.07SHhOEE002434>