mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
x11-wm/compiz-plugins-extra: fix crashes when using animation
- source headers animation-internal.h (from x11-wm/compiz-plugins-main) and animationaddon.h (from x11-wm/compiz-plugins-extra) include compiz-animation.h which uses gnu89 inline semantics. - x11-wm/compiz-plugins-main is built with -std=gnu89 whereas x11-wm/compiz-plugins-extra is not. This why main animations work properly whereas extra animations do not. PR: 217731 Reported by: andy@neu.net Submitted by: Samy Mahmoudi <samy.mahmoudi@gmail.com> Approved by: freebsd-ports@dan.me.uk (maintainer timeout)
This commit is contained in:
parent
4b2d6cdd97
commit
0146afc3da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475624
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= compiz-plugins-extra
|
||||
PORTVERSION= 0.8.8
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
||||
|
||||
|
@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|||
GNU_CONFIGURE= yes
|
||||
USE_GL= yes
|
||||
USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
|
||||
USE_CSTD= gnu89
|
||||
USE_GNOME= gconf2 intltool
|
||||
USE_XORG= glproto
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Add table
Reference in a new issue