diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-10 15:12:18 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-10 15:12:18 +0000 |
commit | 582bdba66d82bc3b40970b7d1a549513bc54d27a (patch) | |
tree | 82f468b7ff5e8236b4ba6eaac2a7830b01cee11d | |
parent | Update cyrus-sasl2 to 2.1.26. (diff) |
Fix build with clang
PR: ports/174299
Submitted by: myself
Approved by: maintainer resigned from maintainership
Notes
Notes:
svn path=/head/; revision=308610
-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} |