Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Feb 2013 14:35:39 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311850 - head/devel/fhist
Message-ID:  <201302071435.r17EZd8x083917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Feb  7 14:35:38 2013
New Revision: 311850
URL: http://svnweb.freebsd.org/changeset/ports/311850

Log:
  - Fix build with clang
  
  PR:		175018
  Submitted by:	Ports Fury

Modified:
  head/devel/fhist/Makefile

Modified: head/devel/fhist/Makefile
==============================================================================
--- head/devel/fhist/Makefile	Thu Feb  7 14:34:29 2013	(r311849)
+++ head/devel/fhist/Makefile	Thu Feb  7 14:35:38 2013	(r311850)
@@ -19,6 +19,7 @@ OPTIONS_DEFINE=	NLS
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
+USE_CSTD=	gnu89
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-nlsdir=${PREFIX}/share/locale/en/LC_MESSAGES
 ALL_TARGET=	all-bin



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