svn commit: r302158 - head/audio/libaacplus

Michael Scheidell scheidell at FreeBSD.org
Mon Aug 6 10:33:29 UTC 2012


Author: scheidell
Date: Mon Aug  6 10:33:28 2012
New Revision: 302158
URL: http://svn.freebsd.org/changeset/ports/302158

Log:
  - Fix linking when building with clang
  
  PR:		ports/169672
  Submitted by:	Takefu <takefu at airport.fm> (maintainer)

Modified:
  head/audio/libaacplus/Makefile

Modified: head/audio/libaacplus/Makefile
==============================================================================
--- head/audio/libaacplus/Makefile	Mon Aug  6 10:31:40 2012	(r302157)
+++ head/audio/libaacplus/Makefile	Mon Aug  6 10:33:28 2012	(r302158)
@@ -24,6 +24,7 @@ RESTRICTED=	unclear legal status, probab
 
 CONFLICTS=	aacplusenc-0*
 
+USE_CSTD=	gnu89
 USE_GNOME=	gnomehack pkgconfig
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool libtoolize aclocal autoheader automake



More information about the svn-ports-all mailing list