From nobody@FreeBSD.org  Mon Jul  2 23:06:54 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id E3CB0106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Jul 2012 23:06:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id D1B018FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  2 Jul 2012 23:06:54 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q62N6sSQ065800
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 2 Jul 2012 23:06:54 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q62N6sxQ065799;
	Mon, 2 Jul 2012 23:06:54 GMT
	(envelope-from nobody)
Message-Id: <201207022306.q62N6sxQ065799@red.freebsd.org>
Date: Mon, 2 Jul 2012 23:06:54 GMT
From: Pawel Pekala <pawel@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: audio/hawkvoice fix build with clang
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         169619
>Category:       ports
>Synopsis:       audio/hawkvoice fix build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    acm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 23:10:09 UTC 2012
>Closed-Date:    Sun Sep 02 06:48:10 UTC 2012
>Last-Modified:  Sun Sep  2 06:50:02 UTC 2012
>Originator:     Pawel Pekala
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD blaviken.slowicza.org 10.0-CURRENT FreeBSD 10.0-CURRENT #8: Sat Jun 30 10:52:22 CEST 2012     corn@blaviken.slowicza.org:/usr/obj/usr/src/sys/BLAVIKEN  i386

>Description:
Fix build with clang compiler
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/audio/hawkvoice/Makefile ./Makefile
--- /usr/ports/audio/hawkvoice/Makefile	2011-09-24 00:21:02.000000000 +0200
+++ ./Makefile	2012-07-03 00:02:39.000000000 +0200
@@ -18,6 +18,7 @@
 USE_DOS2UNIX=	yes
 USE_GMAKE=	yes
 MAKEFILE=	makefile.linux
+USE_CSTD=	gnu89
 USE_LDCONFIG=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->acm 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Jul 2 23:10:25 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169619 
State-Changed-From-To: open->closed 
State-Changed-By: acm 
State-Changed-When: Sun Sep 2 06:47:58 UTC 2012 
State-Changed-Why:  
- Committed thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=169619 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/169619: commit references a PR
Date: Sun,  2 Sep 2012 06:47:56 +0000 (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"
 
>Unformatted:
