Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Dec 2012 13:36:32 GMT
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174299: [PATCH] audio/xmms-osssurround fix build with clang
Message-ID:  <201212091336.qB9DaWY0087647@red.freebsd.org>
Resent-Message-ID: <201212091340.qB9De0XE087448@freefall.freebsd.org>

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

>Number:         174299
>Category:       ports
>Synopsis:       [PATCH] audio/xmms-osssurround 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:   Sun Dec 09 13:40:00 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 #2: Fri Nov 30 20:03:01 CET 2012     corn@blaviken.slowicza.org:/usr/obj/amd64.amd64/usr/src/sys/BLAVIKEN64  amd64
>Description:
Fixes build with clang compiler, tested on 10.0-CURRENT and 9.1 RELEASE
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -urN /usr/ports/audio/xmms-osssurround/Makefile ./Makefile
--- /usr/ports/audio/xmms-osssurround/Makefile	2009-08-22 02:13:25.000000000 +0200
+++ ./Makefile	2012-07-03 00:35:53.000000000 +0200
@@ -18,6 +18,7 @@
 LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
 
 USE_BZIP2=	yes
+USE_CSTD=	gnu89
 CFLAGS+=	-fPIC `xmms-config --cflags`
 
 BUILD_WRKSRC=	${WRKSRC}/OSSSurround-${PORTVERSION}


>Release-Note:
>Audit-Trail:
>Unformatted:



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