Bug 169619

Summary: audio/hawkvoice fix build with clang
Product: Ports & Packages Reporter: Pawel Pekala <pawel>
Component: Individual Port(s)Assignee: Jose Alonso Cardenas Marquez <acm>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Pawel Pekala freebsd_committer freebsd_triage 2012-07-03 00:10:09 UTC
Fix build with clang compiler

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-07-03 00:10:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->acm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-02 07:47:56 UTC
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}
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2012-09-02 07:47:58 UTC
State Changed
From-To: open->closed

- Committed thanks!