Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 12:35:53 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306309 - head/graphics/amide
Message-ID:  <201210231235.q9NCZrZR063135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Oct 23 12:35:53 2012
New Revision: 306309
URL: http://svn.freebsd.org/changeset/ports/306309

Log:
  Fix build with clang.
  
  Feature safe:	yes

Modified:
  head/graphics/amide/Makefile

Modified: head/graphics/amide/Makefile
==============================================================================
--- head/graphics/amide/Makefile	Tue Oct 23 12:34:03 2012	(r306308)
+++ head/graphics/amide/Makefile	Tue Oct 23 12:35:53 2012	(r306309)
@@ -15,6 +15,7 @@ BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
 
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+USE_CSTD=	gnu89
 MAKE_JOBS_UNSAFE=	yes
 USE_GETTEXT=	yes
 USE_GNOME=	gtk20 libgnomecanvas libgnomeui libxml2



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