svn commit: r546769 - head/x11-wm/compiz-plugins-main

Tobias C. Berner tcberner at FreeBSD.org
Fri Aug 28 17:43:24 UTC 2020


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 \


More information about the svn-ports-head mailing list