diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-28 09:58:14 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-10-28 09:58:14 +0000 |
commit | a37262a57087ad9d71ab5c79d681e23c2b32edda (patch) | |
tree | a1f37a93ee36be45112418ca3fa348ee296a0c0b | |
parent | a90e6faa0a8bc82ba45c5e2ea032e6526928d065 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=331840
-rw-r--r-- | x11-wm/compiz-plugins-main/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/compiz-plugins-main/Makefile b/x11-wm/compiz-plugins-main/Makefile index 666a35d8efe6..fcaeba74ec04 100644 --- a/x11-wm/compiz-plugins-main/Makefile +++ b/x11-wm/compiz-plugins-main/Makefile @@ -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 |