diff options
author | pawel <pawel@FreeBSD.org> | 2012-12-10 23:12:18 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2012-12-10 23:12:18 +0800 |
commit | b77c4f4eaad098dc47c07a783592f7f3b3b5da88 (patch) | |
tree | 82f468b7ff5e8236b4ba6eaac2a7830b01cee11d /audio | |
parent | 886362b435efd5cd2fc5da47ff8c10cab261fa2d (diff) | |
download | freebsd-ports-gnome-b77c4f4eaad098dc47c07a783592f7f3b3b5da88.tar.gz freebsd-ports-gnome-b77c4f4eaad098dc47c07a783592f7f3b3b5da88.tar.zst freebsd-ports-gnome-b77c4f4eaad098dc47c07a783592f7f3b3b5da88.zip |
Fix build with clang
PR: ports/174299
Submitted by: myself
Approved by: maintainer resigned from maintainership
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-osssurround/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |