aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-10-28 09:58:14 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-10-28 09:58:14 +0000
commita37262a57087ad9d71ab5c79d681e23c2b32edda (patch)
treea1f37a93ee36be45112418ca3fa348ee296a0c0b
parenta90e6faa0a8bc82ba45c5e2ea032e6526928d065 (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/Makefile3
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