svn commit: r308610 - head/audio/xmms-osssurround

Pawel Pekala pawel at FreeBSD.org
Mon Dec 10 15:12:19 UTC 2012


Author: pawel
Date: Mon Dec 10 15:12:18 2012
New Revision: 308610
URL: http://svnweb.freebsd.org/changeset/ports/308610

Log:
  Fix build with clang
  
  PR:		ports/174299
  Submitted by:	myself
  Approved by:	maintainer resigned from maintainership

Modified:
  head/audio/xmms-osssurround/Makefile

Modified: head/audio/xmms-osssurround/Makefile
==============================================================================
--- head/audio/xmms-osssurround/Makefile	Mon Dec 10 15:10:02 2012	(r308609)
+++ head/audio/xmms-osssurround/Makefile	Mon Dec 10 15:12:18 2012	(r308610)
@@ -14,6 +14,7 @@ COMMENT=	OSSSuround adds Surround Sound 
 LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms
 
 USE_BZIP2=	yes
+USE_CSTD=	gnu89
 CFLAGS+=	-fPIC `xmms-config --cflags`
 
 BUILD_WRKSRC=	${WRKSRC}/OSSSurround-${PORTVERSION}


More information about the svn-ports-all mailing list