svn commit: r311850 - head/devel/fhist

Martin Wilke miwi at FreeBSD.org
Thu Feb 7 14:35:39 UTC 2013


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


More information about the svn-ports-all mailing list