Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 23:06:54 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169619: audio/hawkvoice fix build with clang
Message-ID:  <201207022306.q62N6sxQ065799@red.freebsd.org>
Resent-Message-ID: <201207022310.q62NA9RY016859@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169619
>Category:       ports
>Synopsis:       audio/hawkvoice fix build with clang
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 23:10:09 UTC 2012
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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