Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2012 06:47:45 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r303535 - head/audio/hawkvoice
Message-ID:  <201209020647.q826ljut054808@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Sun Sep  2 06:47:45 2012
New Revision: 303535
URL: http://svn.freebsd.org/changeset/ports/303535

Log:
  - Fix build with CLANG
  
  PR:		169619
  Submitted by:	pawel

Modified:
  head/audio/hawkvoice/Makefile

Modified: head/audio/hawkvoice/Makefile
==============================================================================
--- head/audio/hawkvoice/Makefile	Sun Sep  2 06:36:03 2012	(r303534)
+++ head/audio/hawkvoice/Makefile	Sun Sep  2 06:47:45 2012	(r303535)
@@ -18,6 +18,7 @@ USE_ZIP=	yes
 USE_DOS2UNIX=	yes
 USE_GMAKE=	yes
 MAKEFILE=	makefile.linux
+USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}



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