Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 09:58:15 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331840 - head/x11-wm/compiz-plugins-main
Message-ID:  <201310280958.r9S9wFgY094690@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310280958.r9S9wFgY094690>