From 582bdba66d82bc3b40970b7d1a549513bc54d27a Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Mon, 10 Dec 2012 15:12:18 +0000 Subject: [PATCH] Fix build with clang PR: ports/174299 Submitted by: myself Approved by: maintainer resigned from maintainership --- audio/xmms-osssurround/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/xmms-osssurround/Makefile b/audio/xmms-osssurround/Makefile index b72e48e02da9..8b8f93cc4591 100644 --- a/audio/xmms-osssurround/Makefile +++ b/audio/xmms-osssurround/Makefile @@ -14,6 +14,7 @@ COMMENT= OSSSuround adds Surround Sound capabilities to XMMS LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes +USE_CSTD= gnu89 CFLAGS+= -fPIC `xmms-config --cflags` BUILD_WRKSRC= ${WRKSRC}/OSSSurround-${PORTVERSION}