svn commit: r331840 - head/x11-wm/compiz-plugins-main

Tijl Coosemans tijl at FreeBSD.org
Mon Oct 28 09:58:15 UTC 2013


Author: tijl
Date: Mon Oct 28 09:58:14 2013
New Revision: 331840
URL: http://svnweb.freebsd.org/changeset/ports/331840

Log:
  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 at neu.net>

Modified:
  head/x11-wm/compiz-plugins-main/Makefile

Modified: head/x11-wm/compiz-plugins-main/Makefile
==============================================================================
--- head/x11-wm/compiz-plugins-main/Makefile	Mon Oct 28 09:58:03 2013	(r331839)
+++ head/x11-wm/compiz-plugins-main/Makefile	Mon Oct 28 09:58:14 2013	(r331840)
@@ -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


More information about the svn-ports-all mailing list