diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 17:43:23 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 17:43:23 +0000 |
commit | d3048a47500abdf7b4eb0091e35c54d076a135cc (patch) | |
tree | a52cf5638edf168658a0ab836cfce682730bdc86 /x11-wm/compiz-plugins-main/Makefile | |
parent | 61a13136199080756a917f09da9d5d7634f8646b (diff) | |
download | ports-d3048a47500abdf7b4eb0091e35c54d076a135cc.tar.gz ports-d3048a47500abdf7b4eb0091e35c54d076a135cc.zip |
x11-wm/compiz-plugins-main: fix build on recent current
Notes
Notes:
svn path=/head/; revision=546769
Diffstat (limited to 'x11-wm/compiz-plugins-main/Makefile')
-rw-r--r-- | x11-wm/compiz-plugins-main/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile index 9df9edaa1309..a20cd87bb20d 100644 --- a/x11-wm/compiz-plugins-main/Makefile +++ b/x11-wm/compiz-plugins-main/Makefile @@ -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 \ |