svn commit: r306309 - head/graphics/amide

Guido Falsi madpilot at FreeBSD.org
Tue Oct 23 12:35:54 UTC 2012


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


More information about the svn-ports-all mailing list