Add USE_CSTD=gnu89 to fix a runtime issue. The code expects gnu89
semantics for the inline keyword. PR: ports/183144 Tested by: AN <andy@neu.net>
This commit is contained in:
parent
a90e6faa0a
commit
a37262a570
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331840
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= compiz-plugins-main
|
||||
PORTVERSION= 0.8.4
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/
|
||||
|
||||
|
@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
|
|||
USE_GL= yes
|
||||
USE_BZIP2= yes
|
||||
USES= gettext gmake pathfix pkgconfig
|
||||
USE_CSTD= gnu89
|
||||
USE_GNOME= intltool
|
||||
USE_XORG= glproto
|
||||
USE_LDCONFIG= yes
|
||||
|
|
Loading…
Reference in a new issue